You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Adding the required paths in the make file give
http://pastebin.com/cZsgs7iq
Am I missing something ?
The text was updated successfully, but these errors were encountered: