This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

exit.c:(.text.exit+0x16): undefined reference to `_exit'

Hello I have an issue with the exit.c file,  Eclipse tells me: exit.c:(.text.exit+0x16): undefined reference to `_exit' I do understand that this is a linkage problem that it cannot find the source, I searched the whole Nordic SDK folder and was not able to find, how this error can be solved? without setting the nosyscall flag because I do need the syscalls.Thank you in advance.

IDE: Eclipse

Compiler: GNU ARM Cross C compiler

Linker: GNU ARM Cross C Linker

Related