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.
Hi,
I've got an older '2407 project written entirely in assembler using CCS3.3. I wish to import this into CCS5 and migrate it to a 2808 project. If I try to do a straight "Import" into CCS5, there's no option to build the project.CCS5 doesn't seem to recognize the .asm files as sources.
How do I go about performing these 2 operations?
Thanks.
Hi Bob,
can you confirm whether you have been using the legacy import? Project->Import legacy ccsv3.3 project. Are you getting any specific errors?
Best Regards,
Lisa
Hi Lisa,
Yes, that's what I used for the import. The project properties doesn't have any of the build or general properties that my other projects do. The build option is greyed out for all of the .asm files. As for errors, the project.log file has one line: !ERROR: Unknown device 'TMS320C24XX'!
Hi Bob,
ok, I think we understand what is going on. You are migrating to the 2808 which is supported in v5 but trying to bring in a 24x project which is not supported in v5. Can you try migrating to the 2808 before import? THis should help.
Best Regards,
Lisa