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.

C6670 helloworld platform工程如何生成.ae66e文件

     我需要修改<PDK_C6670_VXXX>\packages\ti\platform\evmc6670l\platform_lib\src\platform.c文件,我导入platform_lib_evmc6670l工程,修改后,重新编译,发现在D:/ti/pdk_C6670_1_1_2_5/packages/ti/platform/evmc6670l/platform_lib/lib/debug'只生成新的ti.platform.evm6670l.ae66文件,却没有生成新的.ae66e文件。

我想请问一下我该怎么做。

  • ae66e是大端的,把工程改为big endian后重新编译生成。

  • 非常感谢!我在工程的properties--general----device endianness 修改为big。这是意味着程序运行在大端模式吗?我这样编译后的结果是:

    'D:/ti/pdk_C6670_1_1_2_5/packages/ti/platform/evmc6670l/platform_lib/lib/debug/ti.platform.evm6670l.ae66'
    ==> building archive 'D:/ti/pdk_C6670_1_1_2_5/packages/ti/platform/evmc6670l/platform_lib/lib/debug/ti.platform.evm6670l.ae66'
    'Finished building target: D:/ti/pdk_C6670_1_1_2_5/packages/ti/platform/evmc6670l/platform_lib/lib/debug/ti.platform.evm6670l.ae66'
    ' '

    这应该是小端格式啊。应该怎么修改为大端模式啊?

  •  按如下截图所示操作。

  •  非常感谢!我按照你提供的方法操作了一下,生成了大端模式文件。

    ==> new archive 'D:/ti/pdk_C6670_1_1_2_5/packages/ti/platform/evmc6670l/platform_lib/lib/debug/ti.platform.evm6670l.ae66e'
    ==> building archive 'D:/ti/pdk_C6670_1_1_2_5/packages/ti/platform/evmc6670l/platform_lib/lib/debug/ti.platform.evm6670l.ae66e'
    'Finished building target: D:/ti/pdk_C6670_1_1_2_5/packages/ti/platform/evmc6670l/platform_lib/lib/debug/ti.platform.evm6670l.ae66e'