error when used as external mode in f28335
2 ビュー (過去 30 日間)
古いコメントを表示
Mohammad Tauquir Iqbal
2019 年 10 月 9 日
回答済み: Venkatesh Chilapur
2019 年 10 月 10 日
error when used as external mode . i get the error
C:/ProgramData/MATLAB/SupportPackages/R2019b/toolbox/target/supportpackages/tic2000/src/c28335.cmd", line 70: error:
program will not fit into available memory. placement with
alignment/blocking fails for section ".cinit" size 0x132 page 0. Available
memory ranges:
RAML0L3 size: 0x4000 unused: 0x7a max hole: 0x7a
"C:/ProgramData/MATLAB/SupportPackages/R2019b/toolbox/target/supportpackages/tic2000/src/c28335.cmd", line 86: error:
program will not fit into available memory. placement with
alignment/blocking fails for section "ramfuncs" size 0xa8 page 0. Available
memory ranges:
RAML0L3 size: 0x4000 unused: 0x7a max hole: 0x7a
error: errors encountered during linking; "../dab_pi.out" not built
>> Compilation failure
gmake: *** [../dab_pi.out] Error 1
D:\matlab\dab_pi_ert_rtw>echo The make command returned an error of 2
The make command returned an error of 2
D:\matlab\dab_pi_ert_rtw>exit 1
Error(s) encountered while building "dab_pi":
### Failed to generate all binary outputs.
0 件のコメント
採用された回答
Venkatesh Chilapur
2019 年 10 月 10 日
Hi,
It is likely the generated code from model cannot fit into the available memory.
I recommened to study this case and see if you can edit the linker command file to resize the memory sections.
Regards,
Venkatesh C
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!