工具/软件:TI C/C++编译器
大家好、我们有自己的基于 AM4378 EVM 的电路板。 我们需要对 U-Boot 进行更改。 我进行了这些更改、需要对其进行编译。 我认为我已经配置了电路板、并且是
http://processors.wiki.ti.com/index.php/Linux_Core_U-Boot_User%27s_Guide#Setting_the_tool_chain_path 当 II 使用以下命令 make am433x_evm_deconfig 命令调用编译器时、我不断收到错误"No rule to make target 'am43xx_evm_deconfig"。上述行指示我应该使用 am433_evm_deconfig
另外,当我发出 make cross_Compiler clean 命令或任何其他 cross_Compiler 命令时,我会看到错误 Makefile 487:***“System not configured - See README”。 我运行 mkconfig 时没有错误等
此外、U-Boot 代码是否需要位于 SDK 中所驻留目录结构之外的其他目录结构中?
感谢 Ed 的帮助