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.

Custom Build Not Working in CCS4

I created a custom build step to generate a header file, however the function is never invoked and dependencies fail to build.

I've attached a very simple project illustrating the problem:

7356.CBTest.zip

Main.c #includes Gen.h.

Gen.gen has a custom build step to generate Gen.h (created by right-clicking on Gen.gen and updating the custom build dialog.

 

Am I doing something wrong here?

 

Regards,

--Mike