Other Parts Discussed in Thread: SYSBIOS
Hi,
I try to creat a small C6713 simulation (no hardware DSK6713) project with CCS v5.2 on Windows 7 OS. Even though I tried several combination configurations, it alwasy fials.
For a minimal SYS/BIOS project, the .c and .cfg files are attached below. The error messages are:
........
**** Build of configuration Debug for project ClockGetTicksSim0a ****
C:\ti\ccsv5\utils\bin\gmake -k all
'Building file: ../app.cfg'
'Invoking: XDCtools'
"C:/ti/xdctools_3_23_03_53/xs" --xdcpath="C:/ti/bios_6_33_05_46/packages;C:/ti/ccsv5/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.C67 -p ti.platforms.dsk6713 -r debug -c "C:/Program Files (x86)/Texas Instruments/C6000 Code Generation Tools 7.4.0B2" --compileOptions "-g --optimize_with_debug" "../app.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring app.x67 from package/cfg/app_p67.cfg ...
js: "C:/ti/bios_6_33_05_46/packages/ti/sysbios/family/Settings.xs", line 104: Error: Target not supported: ti.targets.C67
Please choose one of the following targets supported by BIOS:
gnu.targets.arm.M4
gnu.targets.arm.M4F
microsoft.targets.Win32
ti.targets.C28_float
ti.targets.C28_large
ti.targets.C64
ti.targets.C64P
ti.targets.C64P_big_endian
ti.targets.C674
ti.targets.arm.elf.A8F
ti.targets.arm.elf.A8Fnv
ti.targets.arm.elf.Arm9
ti.targets.arm.elf.M3
ti.targets.arm.elf.M4
ti.targets.arm.elf.M4F
ti.targets.arm.elf.R4Ft
ti.targets.arm.elf.R4Ft_big_endian
ti.targets.arm.elf.R4t_big_endian
ti.targets.arp32.elf.ARP32
ti.targets.elf.C64P
ti.targets.elf.C64P_big_endian
ti.targets.elf.C64T
ti.targets.elf.C66
ti.targets.elf.C66_big_endian
ti.targets.elf.C674
ti.targets.elf.C67P
ti.targets.elf.arp32.ARP32
ti.targets.msp430.MSP430
ti.targets.msp430.MSP430X
ti.targets.msp430.MSP430X_small
ti.targets.msp430.elf.MSP430X
ti.targets.msp430.elf.MSP430X_small
gnu.targets.arm.M3
"C:/Users/Jeff/workspace_v5_1_C6472_tx/ClockGetTicksSim0a/app.cfg", line 12
"./package/cfg/app_p67.cfg", line 188
"./package/cfg/app_p67.cfg", line 267
"./package/cfg/app_p67.cfg", line 175
gmake.exe: *** [package/cfg/app_p67.xdl] Error 1
js: "C:/ti/xdctools_3_23_03_53/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake: Target `all' not remade because of errors.
**** Build Finished ****
........................
The reason to use the old chips for me is to make a comparison with that and the new chips.
Regards,