Jack3100
Hi, I compile the break example but it report a error like:
Linking library
/usr/lib/gcc/arm-none-eabi/9.2.1/…/…/…/arm-none-eabi/bin/ld: /usr/lib/gcc/arm-none-eabi/9.2.1/…/…/…/arm-none-eabi/lib/thumb/v7e-m+fp/hard/libc.a(lib_a-abort.o): in function abort': /build/newlib-CVVEyx/newlib-3.3.0/build/arm-none-eabi/thumb/v7e-m+fp/hard/newlib/libc/stdlib/../../../../../../../../newlib/libc/stdlib/abort.c:59: undefined reference to
_exit’
/
I search for a while, some post say a link flag -specs=nosys.specs
should be add. But it still fail after I add this flag to LDFLAGS.
I’m on ubuntu 20.10 and use the arm-none-eabi-gcc version 9.2.1