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
bison -d batata.y
flex batata.l
gcc -ll interpreter.c funcTable.c lex.yy.c batata.tab.c
/usr/bin/ld: cannot find -ll
/usr/bin/ld: /tmp/ccw1KaDh.o:(.bss+0x0): multiple definition of `funcTable'; /tmp/ccmCiQQi.o:(.bss+0x0): first defined here
/usr/bin/ld: /tmp/ccw1KaDh.o:(.bss+0x20): multiple definition of `func_array'; /tmp/ccmCiQQi.o:(.bss+0x20): first defined here
/usr/bin/ld: /tmp/cc3Jv34i.o:(.bss+0x0): multiple definition of `funcTable'; /tmp/ccmCiQQi.o:(.bss+0x0): first defined here
/usr/bin/ld: /tmp/cc3Jv34i.o:(.bss+0x20): multiple definition of `func_array'; /tmp/ccmCiQQi.o:(.bss+0x20): first defined here
collect2: error: ld returned 1 exit status
make: *** [makefile:6: compile] Error 1
Regards,
Max
The text was updated successfully, but these errors were encountered:
Hello,
I encountered a problem compiling your project.
[max@base Compiler Files ]$ make
Regards,
Max
The text was updated successfully, but these errors were encountered: