Hi,
After I install CCS v4.2 bundled with eZdap 5535 USB board, I installed CSL 3.01 and modified csl_general.h (commented out 5517 etc.). I import all example projects once, but the all the projects show error signs. I try to build one project CSL_DMA_IntcExample, it depends on CSLVC 5505 (This is right for my 5535 USB?). I build csl vc5505 project, the library under debug folder has only 8 bytes.
I also find that when I click the two .asm files, it cannot open, see the above picture.
The build info echo is as below:
.................
**** Build of configuration Debug for project CSL_DMA_IntcExample ****
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake -k all
'Building file: ../csl_dma_IntcExample.c'
'Invoking: Compiler'
"C:/Program Files/Texas Instruments/ccsv4/tools/compiler/C5500 Code Generation Tools 4.3.9/bin/cl55" -v5515 -g --define="_DEBUG" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/C5500 Code Generation Tools 4.3.9/include" --include_path="C:/c55xx_csl_3.01/ccs_v4.0_examples/dma/CSL_DMA_IntcExample/Debug" --include_path="C:/Program Files/Texas Instruments/bios_5_41_10_36/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_10_36/packages/ti/rtdx/include/c5500" --include_path="/packages/ti/xdais" --include_path="/inc" --include_path="C:/c55xx_csl_3.01/ccs_v4.0_examples/dma/CSL_DMA_IntcExample/Debug" --diag_warning=225 --large_memory_model --ptrdiff_size=16 --algebraic --memory_model=large --asm_source=algebraic --preproc_with_compile --preproc_dependency="csl_dma_IntcExample.pp" "../csl_dma_IntcExample.c"
"../csl_dma_IntcExample.c", line 71: fatal error: could not open source file "csl_dma.h"
1 fatal error detected in the compilation of "../csl_dma_IntcExample.c".
Compilation terminated.
>> Compilation failure
gmake: *** [csl_dma_IntcExample.obj] Error 1
gmake: Target `all' not remade because of errors.
Build complete for project CSL_DMA_IntcExample
..................
What is the problem? The cslvc lib is necessary for 5535? The ocmputer is a Windows XP professional, 32 bit.
Thanks,