Hi,
I am trying to run my sample code which is running on linux ubuntu platform.
When I tried to run the same code on CCS v5.3 with linux (compiler 7.4.2),
<< I am trying to run my sample application on SIMULATOR with C6000 FAMILY and VARIANT as C66XX >>
I am getting following error for the mentioned header files :
Description Resource Path Location Type
#5 could not open source file "fcntl.h" sample.h /sample1/include line 22 C/C++ Problem...
SAME ERROR IS WITH :
# include <unistd.h>
# include <sys/time.h>
# include <sys/stat.h>
I got that files in below mentioned location :
"/usr/include/x86_64-linux-gnu/sys/"
I have added that location into the properties->c6000 complier->include option ,but getting following error :
#3 #include file "/usr/include/x86_64-linux-gnu/sys/fcntl.h" includes itself
Please tell me How I can resolve this issue ??
-Studinstru