views:

48

answers:

1

How do I prevent Code Composer 4 (which is based on Eclipse) from generating its own makefile and use the one I provide instead?

Background: I am starting a FreeRTOS project on a MSP430F5436 using Code Composer 4 and have a demo app with a supplied make file)

Thanks!

A: 

In the project property for CCS 4.0, you have an option about the makefile saying 'use custom makefile'. I knbow there is a lot of options there !

I don't have CCS 4.0 in front of me right now, but I will have a look to the right menu Tuesday.

Of course, you starting project must not use a DSP/BIOS template.

TridenT