Hi,
I have created a new project and added a DSP/BIOS v5.x tcf file with the dsk6713 platform. When I try to complie I get no errors or warnings in my source code files but I get the following errer with a failed build.
**** Build of configuration Debug for project 14bo ****
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake -k all 'Building file: ../ihex.c' 'Invoking: Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6700 -g --define=CHIP_6713 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/Program Files/Texas Instruments/ccsv4/C6xCSL/include" --include_path="C:/Program Files/Texas Instruments/ccsv4/DSK6713/c6000/dsk6713/include" --include_path="C:/CCS_projects/14bo/Debug" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/rtdx/include/c6000" --diag_warning=225 --preproc_with_compile --preproc_dependency="ihex.pp" "../ihex.c" 'Finished building: ../ihex.c' ' ' 'Building file: 14bocfg.s62' 'Invoking: Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6700 -g --define=CHIP_6713 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/Program Files/Texas Instruments/ccsv4/C6xCSL/include" --include_path="C:/Program Files/Texas Instruments/ccsv4/DSK6713/c6000/dsk6713/include" --include_path="C:/CCS_projects/14bo/Debug" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_09_34/packages/ti/rtdx/include/c6000" --diag_warning=225 --preproc_with_compile --preproc_dependency="14bocfg.pp" "14bocfg.s62" "14bocfg.s62", ERROR! at line 11: [E0003] Invalid binary constant specified .include 14bocfg.h62
1 Assembly Error, No Assembly Warnings
Errors in Source - Assembler Aborted
>> Compilation failure gmake: *** [14bocfg.obj] Error 1 gmake: Target `all' not remade because of errors. Build complete for project 14bo
This is the start of the generated file ti is reporting the error in,
;; Do *not* directly modify this file. It was
;; generated by the Configuration Tool; any
;; changes risk being overwritten.
;; INPUT 14bo.cdb
;; CONFIGURATION/VERSION INFORMATION
.asg "Thu Jan 13 10:15:25 2011", VERS$DATE
;; PROLOGUE
.include 14bocfg.h62
.copy confbeg.s62
Does anybody have any idea what could be causing this?
Many thanks
Sean