pantoniou/testpru

Make error

Opened this issue · 0 comments

clpru -v3 --c99 --gcc -O3 --printf_support=minimal -ppd -ppa -c testpru0.c
"testpru0.c", line 10: fatal error: could not open source file "stdio.h" (no directories in search list)
1 catastrophic error detected in the compilation of "testpru0.c".
Compilation terminated.

Compilation failure
make: *** [testpru0.obj] Error 1

Adding the required paths in the make file give
http://pastebin.com/cZsgs7iq
Am I missing something ?