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.

[参考译文] IWR1843BOOST:构建 IWR1843Boost 开箱即用演示。

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

https://e2e.ti.com/support/sensors-group/sensors/f/sensors-forum/1167068/iwr1843boost-building-iwr1843boost-out-of-the-box-demo

器件型号:IWR1843BOOST
主题中讨论的其他器件: IWR1843IWR6843ISK

大家好、  

我想对 IWR1843Boost 的开箱即用演示程序进行一些更改。  

构建 IWR1843Boost 开箱即用演示。   运行 setenv 并配置该设置后、 运行"make clear"的"mmWave Build Environment configured"会出现此错误。

Makefile: 13:/ti/common/mmwave_sdk.mak:无此类文件或目录。 make:***没有规则使目标`/ti/common/mmwave_sdk.mak。stop。  

我能不能知道在这种情况下要做什么。 在提到其他论坛问题时、我没有对目标文件中的任何文件进行任何更改。  

此致、

Veena

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

    你好。

    您是否使用自己的 makefile 文件、因为该路径在工具箱中不存在;在公用文件夹中是另一组文件夹。

    此致、

    桑托什

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

    您好、Santosh、

    我遇到了该误差。 但是、我在为 IWR1843目标演示版本构建.bin 文件时遇到了这个问题。  

    SHMEM_ALLOC 被设定为0x00000008
    正在配置 RTSC 软件包...
    C:/ti/xdctools_3_50_08_24_core/xs --xdcpath="C:/ti/bios_6_73_01_01/packages;C:/ti/mmwave_sdk_03_06_00_00-LTS/packages " xdc.tools.configuro -t ti.targets.are.elf.R4Ft -p ti.platforms.cortexR:IWR18XX:false:200 -r release -c C:/ti/ti-cgt-arm_16.9.6.LTS -DMMWAVE_SDK_DEVICE_type=xwr18xx --compileOptions "--MSS_type=int"-mwm_configxx_bulsbpkg mmw_mss.cfg
    脚本、胶囊、模块或包装必须作为提供
    参数、
    或交互模式(-I)。
    用法:XS [选项][

    -m Specifies that the next argument is the name of
    a module. The module must define a main() function.
    This option must be last in [options].
    -f Specifies that the next argument is the name of
    a script. This option must be last in [options].
    -c Specifies that the next argument is the name of
    a capsule. The module must define a main() function.
    This option must be last in [options].

    If none of the options '-m', '-f', and '-c' is specified,
    the argument given to xs after [options] is assumed to
    be a package name. This package must have a module named
    Main that defines a main() function.

    Graphical Debugger Options:
    -i break at the first line of the startup script

    C:/ti/mmwave_sdk_03_06_00_00-LTS/packages xdc.tools.configuro: not found
    make: *** [mmwMssRTSC] Error 127

    2. While building the program I observed that the make file considers .asm files. I want to make changes in the .cc and .h files so was looking for the relevant source files related to out of the box demo IWR1843boost and out of the box IWR6843ISK.  

    Regards,

    Veena

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

    你好。

    我将在内部对此进行研究、并在明天向您提供答案。  您能否提供用于构建.bin 文件的命令以及运行该文件的目录、以便我可以尝试重新创建该文件?

    此致、

    桑托什

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

    您好、Santosh、

     在位置 C:\ti\mmwave_sdk_03_06_00_00-LTS \packages/scripts\windows\setenv.bat 文件中、我进行了以下更改。 不进行其他更改。  

    @REM 选择您的设备。 选项(区分大小写)为:awr14xx、iwr14xx、awr16xx、iwr16xx、awr18xx、 iwr18xx、awr68xx、iwr68xx
    设置 MMWAVE_SDK_DEVICE_Iwr18xx

    @REM 如果需要通过 CCS 下载、请将下面的 define 设置为 yes 或 no
    @REM 是:可以使用 CCS 加载创建的输出文件。
    @创建的 REM 二进制文件可用于闪存
    @REM 否:无法使用 CCS 加载创建的输出文件。
    @创建的 REM 二进制文件可用于闪存
    @REM (附加功能:TCMA 的写保护等)
    设置 DOWNLOAD_FCCS= 否

    在命令提示符下运行 setenv.bat 文件后、它发出以下通知  

    1."已配置毫米波构建环境"  

    2.运行"C:\ti\mmwave_sdk_03_06_00_00-LTS \packages/ti\demo\xwr18xx\mmw"中的"Mmake clean and make all"  

    之后出现了一个错误、指示我在上面发布的那个错误。  

    此致、
    Veena

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

    你好。

    如果您只是尝试为1843构建开箱即用演示、请参阅开箱即用演示用户指南中的开发人员指南部分、我 已在此处链接。  它比使用批处理文件简单得多、您仍然可以像在这里所做的那样生成.bin 文件。

    此致、

    桑托什

x 出现错误。请重试或与管理员联系。