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.

[参考译文] 在 CCS 上运行 makefile

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

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1051451/running-makefile-on-ccs

您好!

我不熟悉 CCS。

我有在 Linux 上实现的代码文件。 我的任务是在 Windows 上使用 CCS 运行这些文件。

例如、文件 MCU_10除 makefile 外还包含一些文件。  在互联网上、我发现 CCS 可以使用 makefile 构建程序并导入相关文件。 如果是、您能否指导我在 CCS 上运行 makefile 的步骤?

CCS 版本为10.4.0.00006

谢谢你。

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

    您好!

    [引用 userid="503641" URL"~/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1051451/running-makefile-on-ccs 在互联网上、我发现 CCS 可以使用 makefile 构建程序并导入相关文件。 如果是、您能否指导我在 CCS 上运行 makefile 的步骤?

    是的、CCS 可以使用现有的 makefile 文件。 它通常称为"标准 makefile 工程"。 请参阅 CCS 用户指南中的第6.1.2.1.3节:

    https://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_project-management.html#creating-new-makefile-project

    谢谢

    Ki

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

    您好!

    感谢您的回答。

    我按照以下步骤在 CCS 上运行现有的 makefile 文件;但是、我遇到以下问题。

    10:20:21****项目 makeFileTest5****的配置增量生成默认值
    全部制作
    无法运行程序"make":启动失败

    错误:在路径中找不到程序"make"
    path=[C:\ti\ccs1040\ccs\ccs_base\common\bin;C:\ti\ccs1040\ccs_base\common\uscif;C:\Program Files (x86)\VMware\VMware Workstation\bin\;C:\Program Files (x86)\RSA SecurID Token Common;C:\Program Files\\Windows \System32\Windows \Windows \Windows \Windows \Windows \Windows \Windows \Windows \Windows \Windows \Windows \Windows \Windows \PM\PM\Windows \PM\PM\PM\PM\PM\PM\C:\Windows \Windows \Windows \Windows \Windows \Windows \Windows \Windows \PM\Windows \Windows \Windows \Windows \Windows \PM\Windows \Windows \PM\Windows \Windows \Windows \PM\Windows \PM\Windows \Windows \Windows \Windows \PM\PM\Windows \Windows \Windows \Windows \Windows \Windows \Windows \PM\Windows \Windows \PM\Windows \Windows \PM\PM\Windows \PM\PM\PM\Windows \Windows \Windows \Windows \PM\PM\PM\PM\Windows \PM\Windows \Windows \Windows \Windows \Windows \Windows \Windows~~

    谢谢、

    穆罕默德

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

    该错误表明它无法在系统路径上找到 make 实用程序。 请注意、CCS 附带 gmake、而不是 make。 如果指定了其他一些工具链、请确保它已安装在系统上、并且其 make 实用程序的路径在系统路径上可用、或者您在项目中指定了它的完整路径

    Ki