Hi, On Fri, Nov 14, 2014 at 10:19:58AM +0000, Alan Martinovic wrote: > 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?
These headers are in the toochain sysroot: "arm-v5te-linux-gnueabi-gcc -print-sysroot" should give you the path. Michael -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list [email protected]
