Hi all, I am trying to generate C code from a Matlab(2013a)-Simulink simple model (ADC in to DAC out). The model is based on C6747 EVM and the version of Code Composer Studio is V5.3. An error as follow generate during the code generation:
/*
The call to idelink_grt_make_rtw_hook, during the exit hook generated the following error:
Error while building the project.
The build process will terminate as a result.
Caused by:
Error while building the project.
The build failed with the following message: '"make"' is neither internal or external command, nor executable program or batch file.
*/
The massages in matlab command window are as follow:
/*
### Generating code into build folder: E:\xsmatlab\test70628_ticcs
### Invoking Target Language Compiler on test70628.rtw
### Using System Target File: E:\Program Files\MATLAB\R2013a\toolbox\idelink\foundation\pjtgenerator\rtw\idelink_grt.tlc
### Loading TLC function libraries
.....
### Initial pass through model to cache user defined code
..
### Caching model source code
.............................
### Writing header file test70628.h
.
### Writing header file test70628_types.h
### Writing header file rtwtypes.h
### Writing source file test70628.c
.
### Writing header file test70628_private.h
### Writing header file rtmodel.h
.
### Writing source file test70628_data.c
### Writing header file rt_nonfinite.h
### Writing source file rt_nonfinite.c
.
### Writing header file rt_defines.h
### Writing header file rtGetInf.h
### Writing source file rtGetInf.c
.
### Writing header file rtGetNaN.h
### Writing source file rtGetNaN.c
### Writing source file test70628_main.c
.
### Writing header file test70628_main.h
### Writing header file MW_c6xxx_csl.h
### Writing source file MW_c6xxx_csl.c
.
### TLC code generation complete.
### Creating makefile: E:\xsmatlab\test70628_ticcs\test70628.mk
### Makefile creation done.
### Building makefile...
*/
regards.