How can i build TMS320f28377S with simulink embedded coder?

3 visualizaciones (últimos 30 días)
cagdas hisar
cagdas hisar el 9 de Jun. de 2016
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. which is;
### 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.
please help me.

Respuestas (0)

Categorías

Más información sobre Embedded Coder en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by