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.

Integrating Embedded Coder Xmakefile with CCSv4 project

I have 2 code bases.  One base is auto generated from a Simulink model with Embedded Coder.  The code is generated with its own Xmakefile for compiling.  I am able to create a project in CCSv4 which uses the auto generated makefile.  The other code base is in another CCSv4 project.  This code was not auto generated and is using the IDE/project makefile for compiling.  Now I want to combine both code bases to compile into one executable.  Is there any way to merge these two code bases easily?

  • Hi Patrick,

    Sorry for the delayed response. From a CCS project standpoint, I am not aware of easily adding your Xmakefile based code base to your existing CCS project code base. You'll have to just manually add your source files. I can't comment on going from moving your CCS project code base to all Xmakefile as I don't have much experience with it. Sorry.

    ki