Part Number: TMS320F28335
Dear team:
My customer uses CCS5.5 to compile a large project (in order to use the simulation function, that is, to output the CIO interface).
Because there are many source files, Makefile files are written for the codes of different modules for management. This is how he sets the build settings in the project -> properties.


The configuration in label 1 is used to identify (for the purpose of name), the build command gmake used in label 2 and the location of the build in label 3 (that is, the location of a Makefile, part of the Makefile code is shown in Figure 2). But when he built it like this, the following error appeared:

(PS: “命令语法不正确”means Command syntax is incorrect)
Best regards