macos 平台交叉编译 gcc,报错 Specified CC_FOR_BUILD doesn‘t seem to work 的解决

在macos 11.5上尝试编译gcc-4.7.1,目标为i686-none-linux-gnu时遇到错误。原因是本地gcc版本过高。解决方法是利用macos上较低版本的gcc(gcc-7.5.0_3)进行编译,通过设置CC环境变量为/usr/local/Cellar/gcc@7/7.5.0_3/bin/gcc-7来成功完成编译。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

背景

我在 macos 11.5 上面编译 gcc-4.7.1,target=i686-none-linux-gnu,结果报错

checking for gcc option to accept ISO Standard C... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking build system compiler gcc... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
no
configure: error: Specified CC_FOR_BUILD doesn't seem to work
make[1]: *** [configure-gmp] Error 1
make: *** [all] Error 2

原因

我macos上的gcc 版本和要编译的目标gcc版本差距太大

➜  build gcc -v
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
Apple clang version 13.0.0 (clang-1300.0.29.3)
Target: x86_64-apple-darwin20.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDef
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值