You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While compiling the y.tab.c file, the following error pop up:
/usr/bin/ld: /tmp/ccSDCAsB.o: in function main': y.tab.c:(.text+0x5605): multiple definition of main'; /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libl.a(libmain.o):(.text.startup+0x0): first defined here
collect2: error: ld returned 1 exit status
Mostly, the bison output file is creating multiple definitions of the the main function
The text was updated successfully, but these errors were encountered:
While compiling the y.tab.c file, the following error pop up:
/usr/bin/ld: /tmp/ccSDCAsB.o: in function
main': y.tab.c:(.text+0x5605): multiple definition of
main'; /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libl.a(libmain.o):(.text.startup+0x0): first defined herecollect2: error: ld returned 1 exit status
Mostly, the bison output file is creating multiple definitions of the the main function
The text was updated successfully, but these errors were encountered: