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: TI C/C++ Compiler
Hello.
I am taking over an old C2000 project that uses Makefiles.
The original programmer was using Cygwin to build the project.
I have recreated the same environment on my computer and got everything work. So I am good to move on.
At the same time I wanted to get everything into CCS8 basically Eclipse. I got that working too. Everything is good after getting some help from this forum.
Now I want to move away from some assembler files CLA related.
Ki give me a link for C2000 Ware. It seems to be the right direction.
Because I don't have any history with C2000 compiler, I wanted to confirm that those assemblers were developed when there was no library available, not for speed reasons. And I am able to use the latest library to replace them.
Just wanted to have a general feeling to see if what I am trying to makes sense.
Thanks
Paul
Thanks Sal
That answers my question.
For now I will keep the assembly code ASIS because we have very strict code validation procedure here.
But I will give it a try as a branch when I have time.
Paul