Hi
I imported my CCSv3.3 project to CCSv4 and it compiles with the error below. I
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake -k all
'Building file: ../src_tracker/ByteOrder.c'
'Invoking: C6000 Compiler'
"C:/Program Files/Texas Instruments/C6000 Code Generation Tools 6.1.12/bin/cl6x" -mv64+ -g -O3 --fp_mode=strict --define="_DEBUG" --define="CHIP_DM648" --include_path="C:/Program Files/Texas Instruments/C6000 Code Generation Tools 6.1.12/include" --include_path="C:/Program Files/Texas Instruments/xdais_6_23/packages/ti/xdais" --include_path="C:/CCSTUD~1.3/C6000/csl/include" --include_path="../inc" --include_path="../inc_tracker" --include_path="C:/dvsdk_1_11_00_00_DM648/pspdrivers_1_10_00/packages" --include_path="C:/dvsdk_1_11_00_00_DM648/pspdrivers_1_10_00/packages/ti/sdo/pspdrivers/soc/dm648/dsp" --include_path="C:/Program Files/Texas Instruments/ccsv4/c6400/dsplib/include" --include_path="C:/Program Files/Texas Instruments/ccsv4/c6400/imglib/include" --include_path="c:/dvsdk_1_11_00_00_DM648/edma3_lld_1_05_00/packages" --include_path="../config/xdcconfig/package/cfg" --quiet --diag_warning=225 --sat_reassoc=off --fp_reassoc=on --mem_model:const=data --mem_model:data=far_aggregates --obj_directory="../obj" --cmd_file="../src_tracker/=C:/Work/CloudCap/DSP/TASE_VPS_LT_DSP/VPS-CCSv4.0/config/xdcconfig/compiler.opt" --preproc_with_compile --preproc_dependency="src_tracker/ByteOrder.pp" "../src_tracker/ByteOrder.c"
>> ERROR: Cannot open command file '../src_tracker/=C:/Work/CloudCap/DSP/TASE_VPS_LT_DSP/VPS-CCSv4.0/config/xdcconfig/compiler.opt': Invalid argument
'Finished building: ../src_tracker/ByteOrder.c'
This is most likely due to the migration log error:
!ERROR: This project has DSP/BIOS content. No DSP/BIOS tools are currently installed. Please install DSP/BIOS tools prior to migrating this project.
So I installed the BIOS:
12/15/2009 03:11 PM <DIR> .
12/15/2009 03:11 PM <DIR> ..
12/10/2009 12:29 PM <DIR> bios_6_20_02_43
12/15/2009 03:12 PM <DIR> bios_6_21_00_13
10/29/2009 05:43 PM <DIR> C6000 Code Generation Tools 6.1.12
12/10/2009 12:36 PM <DIR> ccsv4
12/10/2009 12:30 PM <DIR> ipc_1_00_03_55
12/10/2009 12:36 PM 3,506,176 revert.dat
09/16/2009 02:07 PM 3,075,507 revert.exe
07/31/2009 12:33 PM <DIR> SoCAnalyzer1_1
12/10/2009 12:32 PM <DIR> xdais_6_23
12/10/2009 12:32 PM <DIR> xdctools_3_15_04_70
But I still get the same "Cannot open command" error! Its strange that it won't build the xdc stuff either when I select "Rebuild Active Project".
Is there a way to tell if CCSv4 can see the DSP/BIOS install (like CCSv4 had with its "component manager")
Any help would be welcome.
Cheers