Closed mikeller closed 3 years ago
He, I removed this when adding the makefile
, as this definition conflicts with one in the latest ARM libraries:
syscalls.c:(.text._exit+0x0): multiple definition of `_exit'; /home/mikeller/github/betaflight/tools/gcc-arm-none-eabi-9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libnosys.a(_exit.o):_exit.c:(.text._exit+0x0): first defined here
I've moved the change into #2 where it belongs.
That looks good, just out of curiosity why the changes to syscalls.c?