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.
John
If my reply answers your question please mark the thread as answered
Thanks a lot.. John
I have one more query
How we will pass command line agrument?
Thanks,
Anupam SrivastavaHow we will pass command line agrument?
It looks like this was opened in another thread http://e2e.ti.com/forums/t/5556.aspx