I need to generate six near identical output files for the six cores of a C6486 and am trying to find a way to automate the process (same source files, only the external memory base address changes). Creating 6 separate projects is silly, a maintainence nightmare and should be totally unnecessary since all the source files are the same or can be adapted by a-D define passed to the *.TCF file (controls the external memory address).
The easiest solution is to create a batch file that calls the CCS4 generated makefiles 6 times but passes a different -D for each call. However, CCS4.1 makefiles do not want to work outside of the CCS environment. What do I need to add/set to make things behave?
Thanks,
Calvin