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.
Tool/software: Code Composer Studio
Hello Everyone, I am trying to port an older firmware written in C from IAR workbench (evaluation kit) (v7.11) to CCS v7.4. I was looking up the guidelines mentioned in
http://processors.wiki.ti.com/index.php/How_to_Convert_a_Project_from_IAR_to_CCS
but couldn’t find how to generate or find .cfg file from IAR Workbench. Can anyone please let me know how to get this porting working?
Hi, I am not sure if I can share my code with TI. I did read the IP rights, but I may need to get approvals prior to doing that...
is there no other way of solving this issue?/
i also created a new project, simply added the src & header files from IAR project into the new project, but still getting similar errors. not sure what is wrong now.
RVN_NBD said:i also created a new project, simply added the src & header files from IAR project into the new project, but still getting similar errors. not sure what is wrong now.
This is likely due to some incompatible macros and such between the IAR compiler and TI compiler. Without more details about the code, it is difficult to provide more suggestions.
In any case, I suggest posting more followup questions in either the MSP or compiler forum. The MSP experts will be more familiar with IAR EW and with potential code migration issues while the compiler experts will be most familiar with the specific build errors when using the TI compiler
Thanks
ki