Hi
I think I’ve built the tool chain successfully. However, when trying to compile my project, it doesn’t seem know where to find the common header files <stdlib.h> <stdio.h> etc.
Is there a configuration change that needs to be made to my make file or do the header files need to be moved to a specific directory?
Sorry if this is an obvious newbie question but I work primarily with windows dev tools and am new to gcc etc.
See verbose output below.
Thanks
Using built-in specs.
Target: arm-wince-cegcc
Configured with: /cegcc/cegcc/src/gcc/configure --prefix=/usr/ppc --enable-languages=c --disable-interwork --disable-threads --disable-nls --enable-checking --disable-multilib --without-headers --target=arm-wince-cegcc i686-pc-cygwin
Thread model: single
gcc version 4.1.0
/usr/ppc/libexec/gcc/arm-wince-cegcc/4.1.0/cc1.exe -quiet -v -v -I. -I. -I../utils -I. -I. -I. -I../utils -I. -MMD hostapd.d -MQ hostapd.o -D__CEGCC32__ -D__CEGCC__ -Dunix -D__unix__ -D__unix -idirafter /usr/ppc/lib/gcc/arm-wince-cegcc/4.1.0/../../../../arm-wince-cegcc/lib/../include/w32api -idirafter ../../include/w32api -DHOSTAPD_DUMP_STATE -DCONFIG_IAPP -DCONFIG_RSN_PREAUTH -DCONFIG_DRIVER_HOSTAP -DEAP_MD5 -DEAP_TLS -DEAP_PEAP -DEAP_TTLS -DEAP_MSCHAPv2 -DEAP_GTC -DEAP_TLV -DEAP_SERVER -DEAP_TLS_FUNCS -DPKCS12_FUNCS -DCONFIG_IPV6 -DHOSTAPD_DUMP_STATE -DCONFIG_IAPP -DCONFIG_RSN_PREAUTH -DCONFIG_DRIVER_HOSTAP -DEAP_MD5 -DEAP_TLS -DEAP_PEAP -DEAP_TTLS -DEAP_MSCHAPv2 -DEAP_GTC -DEAP_TLV -DEAP_SERVER -DEAP_TLS_FUNCS -DPKCS12_FUNCS -DCONFIG_IPV6 hostapd.c -quiet -dumpbase hostapd.c -auxbase-strip hostapd.o -g -g -O2 -O2 -Wall -Wall -version -o /cygdrive/c/DOCUME~1/cbanzhof/LOCALS~1/Temp/cc9bL6Zc.s
ignoring nonexistent directory "/usr/ppc/lib/gcc/arm-wince-cegcc/4.1.0/../../../../arm-wince-cegcc/sys-include"
ignoring nonexistent directory "../../include/w32api"
ignoring duplicate directory "."
ignoring nonexistent directory "../utils"
ignoring duplicate directory "."
ignoring duplicate directory "."
ignoring duplicate directory "."
ignoring nonexistent directory "../utils"
ignoring duplicate directory "."
#include "..." search starts here:
#include <...> search starts here:
.
/usr/ppc/lib/gcc/arm-wince-cegcc/4.1.0/include
/usr/ppc/lib/gcc/arm-wince-cegcc/4.1.0/../../../../arm-wince-cegcc/include
/usr/ppc/lib/gcc/arm-wince-cegcc/4.1.0/../../../../arm-wince-cegcc/lib/../include/w32api
End of search list.
GNU C version 4.1.0 (arm-wince-cegcc)
compiled by GNU C version 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Compiler executable checksum: 7c4b699105a23506bbe7e4fb9dab3e47
hostapd.c:16:20: warning: stdlib.h: No such file or directory
hostapd.c:17:19: warning: stdio.h: No such file or directory
hostapd.c:18:20: warning: unistd.h: No such file or directory
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel