0
我運行下面的如何C函數庫鏈接到GCC
./gcc -o test -ansi test.c -L/<other dirs>/gcc/arm-linux-androideabi/4.4.3/include-fixed/
我得到...
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'
這裏是LS
[email protected]:<Other dirs>/gcc/arm-linux-androideabi/4.4.3/include-fixed/ ls
limits.h linux README stdio.h sys syslimits.h
什麼想法?