what is the solution to this problem?
古いコメントを表示
The call to idelink_ert_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: "C:/Programme/Texas Instruments/bios_5_41_10_36/bin/cl6x" -I"C:/Programme/MATLAB/R2012b/toolbox/idelink/extensions/ticcs/inc" -I"C:/Dokumente und Einstellungen/student/Eigene Dateien/MATLAB/untitled_ticcs" -I"C:/Dokumente und Einstellungen/student/Eigene Dateien/MATLAB" -I"C:/Programme/MATLAB/R2012b/extern/include" -I"C:/Programme/MATLAB/R2012b/simulink/include" -I"C:/Programme/MATLAB/R2012b/rtw/c/src" -I"C:/Programme/MATLAB/R2012b/rtw/c/src/ext_mode/common" -I"C:/Programme/MATLAB/R2012b/rtw/c/ert" -I"C:/Programme/MATLAB/R2012b/toolbox/target/extensions/processor/tic6000/blks/lct/include" -I"C:/Program Files/Texas Instruments/pspdrivers_01_30_00_05/packages" -I"C:/Program Files/Texas Instruments/pspdrivers_01_30_00_05/packages/ti/pspiom/cslr" -I"C:/Program Files/Texas Instruments/pspdrivers_01_30_00_05/packages/ti/pspiom/platforms/evm6748" -I"C:/Program Files/Texas Instruments/pspdrivers_01_30_00_05/packages/ti/pspiom/platforms/evm6748/audio" -I"C:/Program Files/Texas Instruments/pspdrivers_01_30_00_05/packages/ti/pspiom/mcasp" -I"C:/Program Files/Texas Instruments/pspdrivers_01_30_00_05/packages/ti/pspiom/i2c" -I"C:/Program Files/Texas Instruments/pspdrivers_01_30_00_05/packages/ti/pspiom/platforms/codec" -I"C:/Program Files/Texas Instruments/pspdrivers_01_30_00_05/packages/ti/pspiom/psc" -I"C:/Program Files/Texas Instruments/edma3_lld_01_10_00_01/packages" -I"C:/Program Files/Texas Instruments/edma3_lld_01_10_00_01/packages/ti/sdo/edma3/drv" -D"CHIP_OMAPL138" -D"__TICCSC__" -D"RT" -D"USE_RTMODEL" -mv6400+ -D"MODEL=untitled" -D"NUMST=1" -D"NCSTATES=0" -D"HAVESTDIO=" -D"ONESTEPFCN=1" -D"TERMFCN=1" -D"MAT_FILE=0" -D"MULTI_INSTANCE_CODE=0" -D"INTEGER_CODE=0" -D"MT=0" -D"CLASSIC_INTERFACE=0" -D"TID01EQ=0" -I"C:/Programme/Texas Instruments/bios_5_41_10_36/include" -I"C:/Dokumente und Einstellungen/student/Desktop/team project support files/DSK6713/include" -fr"./derived/" ./MW_c6xxx_csl.c ./untitled.c ./untitled_data.c ./untitled_main.c ./c6748evm_aic31.c ./c6748evm_i2c.c
Das System kann den angegebenen Pfad nicht finden.
gmake: *** [derived/MW_c6xxx_csl.obj] Error
回答 (1 件)
Jan
2013 年 10 月 2 日
0 投票
I guess, that your question is something like: What is the reason for this error?
The message "Das System kann den angegebenen Pfad nicht finden." (the system cannot find the provided path) tells you, that any of the folders does not exist. But I cannot find, which of the folders in this huge message is meant. I do not know idelink_ert_make_rtw_hook, but do you call it with any parameters, perhaps a folder name, which contains a typo? Crude guessing, I know.
2 件のコメント
shauk khan
2013 年 10 月 2 日
Sushant Samuel
2015 年 5 月 22 日
Same prb with me.. I am trying to combine ccsv5 and matlab 2013a
カテゴリ
ヘルプ センター および File Exchange で Code Generation and Deployment についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!