This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

VC5505_CSL: error: cannot find file "Debug/cslVC5505.lib"

Hello, i am using the example ''CSL_UART_pollExample'' for VC5505 EZDSP, and the first time, it has worked well, but now i have met a problem:

After i have changed something in the programme, i rebuild the projet, and the errors occured like the following:

**** Build of configuration Debug for project CSL_UART_pollExample ****

C:\Program Files (x86)\Texas Instruments\ccsv5\utils\gmake\gmake -k all
'Building file: ../csl_uart_polled_example.c'
'Invoking: C5500 Compiler'
"C:/Program Files (x86)/Texas Instruments/ccsv5/tools/compiler/c5500/bin/cl55" -v5505 -g --define="_DEBUG" --include_path="C:/c55xx_csl_3.01/ccs_v5.0_examples/uart/CSL_UART_pollExample/../../../inc" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv5/tools/compiler/c5500/include" --include_path="C:/c55xx_csl_3.01/ccs_v5.0_examples/uart/CSL_UART_pollExample/Debug" --include_path="C:/Program Files (x86)/Texas Instruments/bios_5_41_10_36/packages/ti/bios/include" --include_path="C:/Program Files (x86)/Texas Instruments/bios_5_41_10_36/packages/ti/rtdx/include/c5500" --include_path="/packages/ti/xdais" --include_path="C:/c55xx_csl_3.01/ccs_v5.0_examples/uart/CSL_UART_pollExample/../../../src" --include_path="C:/c55xx_csl_3.01/ccs_v5.0_examples/uart/CSL_UART_pollExample/../../../inc" --diag_warning=225 --large_memory_model --ptrdiff_size=16 --algebraic --asm_source=algebraic --preproc_with_compile --preproc_dependency="csl_uart_polled_example.pp" "../csl_uart_polled_example.c"
'Finished building: ../csl_uart_polled_example.c'
' '
'Building target: CSL_UART_pollExample.out'
'Invoking: C5500 Linker'
"C:/Program Files (x86)/Texas Instruments/ccsv5/tools/compiler/c5500/bin/cl55" -v5505 -g --define="_DEBUG" --diag_warning=225 --large_memory_model --ptrdiff_size=16 --algebraic --asm_source=algebraic -z -m"CSL_UART_pollExample.map" --warn_sections -i"C:/Program Files (x86)/Texas Instruments/ccsv5/tools/compiler/c5500/lib" -i"C:/Program Files (x86)/Texas Instruments/ccsv5/tools/compiler/c5500/include" -i"C:/Program Files (x86)/Texas Instruments/bios_5_41_10_36/packages/ti/rtdx/lib/c5500" -i"C:/Program Files (x86)/Texas Instruments/bios_5_41_10_36/packages/ti/bios/lib" -i"C:\c55xx_csl_3.01\ccs_v5.0_examples\cslVC5505" -i"C:/c55xx_csl_3.01/ccs_v5.0_examples/uart/CSL_UART_pollExample" -i"/lib" --reread_libs --rom_model -o "CSL_UART_pollExample.out" "./csl_uart_polled_example.obj" -l"Debug/cslVC5505.lib" -l"rts55x.lib" -l"rts55h.lib" "../VC5505_UART.cmd"
<Linking>
error: cannot find file "Debug/cslVC5505.lib"

undefined first referenced
symbol in file
--------- ----------------
_UART_fputs ./csl_uart_polled_example.obj
_UART_init ./csl_uart_polled_example.obj
_UART_read ./csl_uart_polled_example.obj
_UART_setup ./csl_uart_polled_example.obj

error: unresolved symbols remain
error: errors encountered during linking; "CSL_UART_pollExample.out" not built

>> Compilation failure
gmake: *** [CSL_UART_pollExample.out] Error 1
gmake: Target `all' not remade because of errors.

why it ie like this? i don't understand. i have read some similar problems, but i haven't found a solution still, could someone who has met the same problem help me?

  • Hello, 

    I think i have resolved the problem, what i have done is : copy the file ''cslVC5505.h'' in "C:\c55xx_csl_3.01\build" , then paste it in "C:\c55xx_csl_3.01\ccs_v5.0_examples\uart\CSL_UART_IntExample" , then build the projet , it works.