This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] AM6421:生成的.hs_fs 文件的名称不能与工程名称相同。

Guru**** 2337880 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1514730/am6421-the-name-of-the-generated-hs_fs-file-cannot-be-the-same-as-the-project-name

器件型号:AM6421

工具/软件:

您好!

导入 examples\empty\am64x-sk\system_nortos 工程。
将工程名称更改为"system"并开始编译。
但是、生成的 hs_fs 文件名仍然包含"empty_system"、而不是"system"。

我 想知道配置 OUTNAME 变量、请告诉我方法。

非常感谢。

Jaxon  

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的 Jaxon:

    您可以从系统项目的 system.xml 文件更改 OUTNAME。

    打开 system.xml 文件后、您将在构建设置中找到此信息。

    此致、

    会面。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的会议:

    它是有效的!

    我更改了 OUTNAME=${ProjName} 以跟随 我的项目名称。

    BR。

    Jaxon