conflicting switches: -march=armv7 -mcpu=cortex-a8

当使用ArmGcc4.6编译SkypeSilk1.0.9时出现switch-mcpu=cortex-a8与-march=冲突警告。本文提供了解决方案:要么仅指定-mcpu=cortex-a8,要么同时指定-march=armv7-a和-mtune=cortex-a8。

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

When compile Skype Silk 1.0.9 using Arm Gcc 4.6  with the instruction of Silk's Makefile,the error occur:

$make clean all TOOLCHAIN_PREFIX=arm-linux-gnueabi-gcc TARGET_CPU=cortex-a8 TARGET_ARCH=armv7


<stdin>:1:0: warning: switch -mcpu=cortex-a8 conflicts with -march= switch

Solution:

Specifying both -march= and -mcpu= is redundant, and may not in fact have done what you expected in previous compiler versions (maybe even depending on the order in which the arguments were given). The -march switch selects a "generic" ARMv7-A CPU, and -mcpu selects specifically a Cortex-A8 CPU with tuning specific for that core.

Either use "-march=armv7-a -mtune=cortex-a8", or just use "-mcpu=cortex-a8".

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值