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.
Hi,
I am using a code generation tool which generates a Makefile.
How can a Makefile project be imported into CCSv4 ?
Regards,
Mario
You can create a standard makefile project.
See: http://software-dl.ti.com/dsps/dsps_public_sw/sdo_ccstudio/CCSv4/Demos/ccs4-std_make.htm
Thanks
ki
Thank you !
Instead of the "gmake" build command, I had to specify "gmake -f {appname}.mk" due to the non-standard name of the makefile.
This worked.
Thank you! This also worked for me, the build file is accepted now.
Unfortunately, a new error pops up:
gmake -f toolbox_test.mk all
...
...
<Linking>
"Evaluating build target"
"Evaluating execute target"
"echo" To customize the execute command, clone this configuration
'"echo"' is not recognized as an internal or external command,
operable program or batch file.
gmake: *** [execute] Error 1
Looks like it has something to to with the "" characters around echo...
How to remove them?