Normal 0 21 false false false ES-MX X-NONE X-NONE MicrosoftInternetExplorer4
Hi,
I was working on ccvs3.1 in windows xp, but unfortunately I am using now a windows 7 and ccsv3.1 does not work on it, so I download the ccsv4 to working in my implementations using the board DSK6416 but I find some problems trying to run my application on it that I can´t solve at this moment.
If I translate my projects from ccsv3.1 to ccsv4 my projects works fine but if I am trying to design a project in ccsv4 at the beginning using the same code I can´t obtain the .out file needed to download to the board
It seems there is no support to use modules of the CSL from the ccsv3.1, I am trying to find a solution in how to work using “edma module” but it is difficult until now, I can´t find the solution about this problem generated. In “Build Properties” using “Include Options” I give the path of the “csl.h” and “csl_edma.h” but it seems not recognize these headers because I still have the same problem once again. Linker can't resolve the function used in the program.
undefined first referenced
symbol in file
--------- ----------------
_EDMA_config ./edma.obj
_EDMA_open ./edma.obj
_EDMA_setChannel ./main.obj
error: unresolved symbols remain
error: errors encountered during linking; "prueba2.out" not built
>> Compilation failure
C:\ccsv4\utils\gmake\gmake: *** [prueba2.out] Error 1
C:\ccsv4\utils\gmake\gmake: Target `all' not remade because of errors.
Build complete for project prueba2
Could any help me to solve this problem?, I am trying to use the laboratory exercise used in the “iw6000” seminar named “lab4” if this can help.