Hi,
I am following the tutorial link below on CCSv4.0.1.
http://rtsc.eclipse.org/docs-tip/Demo_of_RTSC_Project_Creation_in_CCSv4
It seems the interface somehow changed a bit compared to the tutorial. For example, in RTSC Configuration Settings section: I see a Dais section and there is no whole_program_debug option. But it did generate two projects: hellobios6 and hellobios6_configuration. When I tried to build it, I got an error:
could not open source file "xdc/std.h"
The Include section under hellobios6 doesn't have <CCS_directory>/xdctools_3_15_02_62/packages included but it shows under hellobios6_configuration. Even when I manually added xdctools_3_15_02_62/packages to hellobios6, it still couldn't pass build.
It should be very simple to let the compiler see the header files.
Thanks.