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/AM4378:U-Boot 在 Windows 下编译

Guru**** 2553450 points


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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/609782/ccs-am4378-u-boot-compile-under-windows

器件型号:AM4378

工具/软件:Code Composer Studio

您好!
我正在尝试在 Windows 7下的 CCS v7中编译 u-boot-2017.01+gitAUTOINC+9fd60700db-g9fd60700db 项目。
我已将"C:\ti\ccsv7\tools\compiler\gcc-arm-none-eabi-6-2017-Q1-updates\bin"添加到 C/C++ build\energment\path 中
创建了名为"am43xx_evm_defconfig"的目标、并将"make cross_compile=arm-no-eabi-"设置为 buld 命令。
执行后、构建目标有几个错误。

在控制台中:

01:29:45 ****项目 u-boot-2017.01+gitAUTOINC+9fd60700db-g9fd60700db 的默认配置构建****
使 cross_compile=arm-no-eabi- am43xx_evm_defconfig
HOSTCC 脚本/基本/固定程序
scripts/basic/fixdep:scripts/basic/fixdep:无法执行二进制文件
make[1]:***[scripts/basic/fixdep]错误126
make:***[scripts_basic]错误2.

在问题中:
- make:***[scripts_basic]错误2.
- make[1]:***[scripts/basic/fixdep]错误126
-在路径中找不到程序"g++"
-在路径中找不到程序"gcc"

在 CCS Linux 下、此项目按照进行了成功编译
processors.wiki.ti.com/.../Linux_Core_U-Boot_User's_Guide

但是,我更喜欢在 Windows 中工作)

谢谢、
Georgy