I run the following
./gcc -o test -ansi test.c -L/<other dirs>/gcc/arm-linux-androideabi/4.4.3/include-fixed/ I get ...
test.c:3:18: error: no include path in which to search for stdio.h test.c: In function 'main': test.c:7: warning: incompatible implicit declaration of built-in function 'printf' Here is the ls
jackie@jackie-Latitude-E6410:<Other dirs>/gcc/arm-linux-androideabi/4.4.3/include-fixed/ ls limits.h linux README stdio.h sys syslimits.h Any Ideas?