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
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 0000000000400144
/tmp/ccs55tqL.o: In function exit': /home/xxxx/compiler/aqcc/ld/stdlib.c:113: undefined reference to syscall'
/tmp/ccs55tqL.o: In function brk': /home/xxxx/compiler/aqcc/ld/stdlib.c:120: undefined reference to syscall'
/tmp/ccs55tqL.o: In function open': /home/xxxx/compiler/aqcc/ld/stdlib.c:150: undefined reference to syscall'
/tmp/ccs55tqL.o: In function close': /home/xxxx/compiler/aqcc/ld/stdlib.c:153: undefined reference to syscall'
/tmp/ccs55tqL.o: In function write': /home/xxxx/compiler/aqcc/ld/stdlib.c:161: undefined reference to syscall'
/tmp/ccs55tqL.o:/home/xxxx/compiler/aqcc/ld/stdlib.c:166: more undefined references to `syscall' follow
collect2: error: ld returned 1 exit status
Makefile:8: recipe for target 'ld' failed
The text was updated successfully, but these errors were encountered:
gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)
The following error occurred:
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 0000000000400144
/tmp/ccs55tqL.o: In function
exit': /home/xxxx/compiler/aqcc/ld/stdlib.c:113: undefined reference to
syscall'/tmp/ccs55tqL.o: In function
brk': /home/xxxx/compiler/aqcc/ld/stdlib.c:120: undefined reference to
syscall'/tmp/ccs55tqL.o: In function
open': /home/xxxx/compiler/aqcc/ld/stdlib.c:150: undefined reference to
syscall'/tmp/ccs55tqL.o: In function
close': /home/xxxx/compiler/aqcc/ld/stdlib.c:153: undefined reference to
syscall'/tmp/ccs55tqL.o: In function
write': /home/xxxx/compiler/aqcc/ld/stdlib.c:161: undefined reference to
syscall'/tmp/ccs55tqL.o:/home/xxxx/compiler/aqcc/ld/stdlib.c:166: more undefined references to `syscall' follow
collect2: error: ld returned 1 exit status
Makefile:8: recipe for target 'ld' failed
The text was updated successfully, but these errors were encountered: