Hi,
as the subject states, my IDE constantly complains about missing header files (example. <stdio.h> or <signal.h>).
The sysroot points to sysroot-target/.
Checking the sysroot-target/usr/include the header files really aren’t there.
What confuses me is that the compilation always passes without a problem.
I’m using the arm-v5te-linux-gnueabi-gcc compiler.
Shouldn’t the header files be there? I have glibc selected in the config.
Since they aren’t, you have any ideas on why would the compilation succeed?