Dear Sir:
I imported a 5510DSK project into the CCS V5.1 using the “Legacy CCSc3.3 Projects” selection. In the general properties for the project, I selected “DSK5510” and Spectrum Digital DSK-EVM-eZdsp onboard USB Emulator.” I also included the dsk5510bslx.lib and rts55x.lib into my linker file search path.
However, when I try to build the project, the following message appear on the ‘Console window’
**** Build of configuration Debug for project aic23 ****
C:\ti\ccsv5\utils\bin\gmake -k all
lib/subdir_vars.mk:9: *** missing separator. Stop.
**** Build Finished ****
The contain of the lib/subdir_vars.mk file are listed:
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
LIB_SRCS += \
../lib/mcbsp.lib
null./lib/mcbsp.exe
null"lib\mcbsp.exe"
And the lib/subdir_rules.mk file is listed as:
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Each subdirectory must supply rules for building sources it contributes
lib/mcbsp.exe: ../lib/mcbsp.lib $(GEN_CMDS)
@echo 'Building file: $<'
@echo 'Invoking: C5500 Linker'
"C:/ti/ccsv5/tools/compiler/c5500/bin/cl55" -v5510A --memory_model=large -O2 -g --define="_DEBUG" --quiet --display_error_number --diag_warning=225 --ptrdiff_size=32 --obj_directory="C:/Users/lshyu.CARDIOVASCULAR/workspace_v5_1/aic23/Debug" -z -m"aic23.map" -i"C:/ti/ccsv5/tools/compiler/c5500/lib" -i"C:/ti/ccsv5/tools/compiler/c5500/include" -i"C:/Users/lshyu.CARDIOVASCULAR/workspace_v5_1/aic23" -i"/lib" --reread_libs --warn_sections --rom_model -o "$@" "$<" "../aic23.cmd"
@echo 'Finished building: $<'
@echo ' '
The same project can be imported into CCS v4 with similar changed on libraries. I have been working on this for two days and was not able to solve the problem. If you can help me on this it will be of great help. Thank you.
Yours,
LY Shyu