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.

TMS320F280025C: Build using command line fails

Part Number: TMS320F280025C
Other Parts Discussed in Thread: CCSTUDIO

I selected New⇒CCS Projects on CCS and created the project test_proj.
Location: C:\test\test_proj
Target: TMS320F280025C

Next, I tried to build test_proj with the following command.
C:\ti\ccs1100\ccs\eclipse\eclipsec.exe -noSplash -data C:\test -ccs.autoImport -application com.ti.ccstudio.apps.projectBuild -ccs. projects test_proj -ccs.configuration Debug
⇒ Failed with the following message.
    make clean
    Cannot run program "make": Launching failed

    Error: Program "make" not found in PATH

After that, I tried to build test_proj with the same command as before without making any changes, and the build succeeded.

(1) I think CCS uses gmake instead of make, so why do I get the above error?
(2) Why did the second build succeed?

Thank you in advance.

Hayao