Part Number: TMS320C5517
Tool/software: Code Composer Studio
Hi ,
I am using ccs 6.2 tools version and trying to build the BF_rt_bios as per the instructions given in TI video.
I installed xdc tools , BIOS/DSP 5_42_02_10 and all other tools as per the TI demo.
Initially i come across xdc/std.h inclusion error, so i searched TI forum and added xdc_target_types and xdc_target_name , also included xdc tools directory in options.
After doing that xdc/std.h error disappeared but encountered other error that :
Description Resource Path Location Type
#error <ti/targets/std.h> is not supported for this target .ccsproject /BF_rt_bios line 83, external location: C:\ti\c55_lp\xdctools_3_25_03_72\packages\ti\targets\std.h C/C++ Problem
I added following in pre defines:
xdc_target_name__=C64P
xdc_target_types__=ti/targets/std.h
Here i am attaching screen shot of my error.
Regards,

