Other Parts Discussed in Thread: TMS320F28377S
hello,
i try to build tms320f28377s in matlab simulink with embedded coder. but i couldn't configuration in targetupdater.
when i try to build my model matlab returns erors like below;
### Generating code into build folder: C:\MATLAB\untitled_ert_rtw
### Invoking Target Language Compiler on untitled.rtw
### Using System Target File: C:\Program Files\MATLAB\R2016a\rtw\c\ert\ert.tlc
### Loading TLC function libraries Warning: The data type "int8" uses a word size that is not available on the intended target.
Fixed-point signals using this data type will be put inside a larger word or multi words.
When used, extra software will be generated to force this larger word or multi words to emulate a smaller word.
This emulation is helpful when your prototype target and your final production target are not the same.
If the smaller word size does NOT exist on the final production target, then consider increasing the word size to one that is supported.
Warning: The data type "uint8" uses a word size that is not available on the intended target. .
Warning: The data type "boolean" uses a word size that is not available on the intended target. .
### Initial pass through model to cache user defined code .
### Caching model source code
### Writing header file untitled.h
### Writing header file rtwtypes.h
### Writing source file untitled.c .
### Writing header file rtmodel.h
### Writing source file ert_main.c
### TLC code generation complete.
### Evaluating PostCodeGenCommand specified in the model
### Using toolchain: Texas Instruments C2000 Code Generation Tools v6.0.0 | gmake (64-bit Windows)
### Creating 'C:\MATLAB\untitled_ert_rtw\untitled.mk' ...
### Building 'untitled': C:\Program Files\MATLAB\R2016a\bin\win64\gmake -B -f untitled.mk all
C:\MATLAB\untitled_ert_rtw>cd .
C:\MATLAB\untitled_ert_rtw>if "" == "" (C:\Program Files\MATLAB\R2016a\bin\win64\gmake -B -f untitled.mk all ) else (C:\Program Files\MATLAB\R2016a\bin\win64\gmake -B -f untitled.mk )
'C:\Program' is not recognized as an internal or external command, operable program or batch file.
C:\MATLAB\untitled_ert_rtw>echo The make command returned an error of 9009 The make command returned an error of 9009
C:\MATLAB\untitled_ert_rtw>An_error_occurred_during_the_call_to_make 'An_error_occurred_during_the_call_to_make' is not recognized as an internal or external command, operable program or batch file.
### Creating HTML report file untitled_codegen_rpt.html
### Build procedure for model: 'untitled' aborted due to an error. Error(s) encountered while building "untitled":
### Failed to generate all binary outputs.
i tried everything (xmakefilesetup, checkEnvSetup, Code generation pane, Hardware implamention but the results evertime are the same.
please help me. how can i fix this problem?