This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I am using CCS Version 3.3
I am running sample Codec Engine Code on CCS.
Problem is that when i am running my code on CCS it gives error "auddec_copy.c", line 40: fatal error: could not open source file "xdc/std.h".
Suppose we have 5-10 header files then how to set path for all of them.
When i am include header files in Include Folder then It's added to Documents Folder.
Regards,
Anupam
Anupam,
In CCSv3.3 and earlier you cannot add files directly to the include folder. The contents of the include folder is determined by the dependency scanner. If you go into the build options for the project you and setup the include search path options (-i) to point to the locations of your header files. The dependency scanner in CCS like the compiler will use these paths to find the files.
Regards,
John
Thanks a lot.. John
I have one more query
How we will pass command line agrument?
Thanks,
Anupam
Anupam Srivastava said:How we will pass command line agrument?
It looks like this was opened in another thread http://e2e.ti.com/forums/t/5556.aspx