错误使用 coder.inte​rnal.Dwarf​Parser DWARF Parser internal error: Parser::initialize failed to load file into memory buffer!

5 ビュー (過去 30 日間)
高
2023 年 7 月 27 日
編集済み: Shushant 2023 年 8 月 10 日
my error code: rtw.asap2SetAddress('MCU_INTERFACE.a2l', 'FCU_LAJ.elf');
error information:
错误使用 coder.internal.DwarfParser
DWARF Parser internal error: Parser::initialize failed to load file into memory buffer!
出错 coder.internal.ExtendedDwarfParser
出错 rtw.asap2SetAddress (第 95 行)
db = coder.internal.ExtendedDwarfParser(InfoFile);
出错 UpdataA2L_Address (第 1 行)
rtw.asap2SetAddress('MCU_INTERFACE.a2l', 'FCU_LAJ.elf');

回答 (1 件)

Shushant
Shushant 2023 年 8 月 10 日
編集済み: Shushant 2023 年 8 月 10 日
Hi 高,
I understand that you are facing issues while building your model. The cause of the error might be because the generated code is too large. To be more specific too many object files might be getting generated.
There is no easy workaround or solution to this issue. The only way to mitigate this is by simplifying your model and if Simscape is being used then by reducing the Simscape network size.
Thank you,
Shushant

カテゴリ

Help Center および File Exchange安装和许可简介 についてさらに検索

タグ

製品


リリース

R2022b

Community Treasure Hunt

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

Start Hunting!