Other Parts Discussed in Thread: OMAPL138
I am trying to compile my OMAPL138 project (ARM side) using just the command prompt. I have successfully built this project in CCS4 many times. I am also aware of the document SPNU151F which describes how to compile from the command prompt. However, I don't quite know how to convert the exact equivalent used in CCS4 into command prompt form. I've looked at the makefiles in the Debug folder but they are very complicated and convoluted. They point to a bunch of sub-makefiles, so it is difficult to follow what is going on. Is there maybe a tool that would convert the CCS4 compilation into something I could use to compile from the command prompt?
In case you are wondering, I need to compile from the command prompt because Klocworks requires that for static analysis of my code.