OpenEdv-开源电子网

 找回密码
 立即注册
正点原子全套STM32/Linux/FPGA开发资料,上千讲STM32视频教程免费下载...
查看: 8887|回复: 9

将阿波罗F7的MPU9250例程移植到STM32F103R8T6上,出现问题?

[复制链接]

2

主题

9

帖子

0

精华

新手上路

积分
41
金钱
41
注册时间
2017-6-21
在线时间
9 小时
发表于 2018-11-21 10:05:06 | 显示全部楼层 |阅读模式
1金钱
这是编译出现的错误:
DZJZ\DZJZ.axf: Error: L6366E: compass_vec_cal.o attributes are not compatible with the provided attributes .
Object compass_vec_cal.o contains Build Attributes that are incompatible with the provided attributes.
    Tag_CPU_arch = ARM v7E-M (=13)
DZJZ\DZJZ.axf: Error: L6366E: fast_no_motion.o attributes are not compatible with the provided attributes .
Object fast_no_motion.o contains Build Attributes that are incompatible with the provided attributes.
    Tag_CPU_arch = ARM v7E-M (=13)
DZJZ\DZJZ.axf: Error: L6366E: fusion_9axis.o attributes are not compatible with the provided attributes .
Object fusion_9axis.o contains Build Attributes that are incompatible with the provided attributes.
    Tag_CPU_arch = ARM v7E-M (=13)
DZJZ\DZJZ.axf: Error: L6366E: gyro_tc.o attributes are not compatible with the provided attributes .
Object gyro_tc.o contains Build Attributes that are incompatible with the provided attributes.
    Tag_CPU_arch = ARM v7E-M (=13)
DZJZ\DZJZ.axf: Error: L6366E: mag_disturb.o attributes are not compatible with the provided attributes .
Object mag_disturb.o contains Build Attributes that are incompatible with the provided attributes.
    Tag_CPU_arch = ARM v7E-M (=13)
DZJZ\DZJZ.axf: Error: L6366E: quaternion_supervisor.o attributes are not compatible with the provided attributes .
Object quaternion_supervisor.o contains Build Attributes that are incompatible with the provided attributes.
    Tag_CPU_arch = ARM v7E-M (=13)
DZJZ\DZJZ.axf: Error: L6366E: accel_auto_cal.o attributes are not compatible with the provided attributes .
Object accel_auto_cal.o contains Build Attributes that are incompatible with the provided attributes.
    Tag_CPU_arch = ARM v7E-M (=13)
Not enough information to list image symbols.
Not enough information to list the image map.


哪位大神遇到过这样的情况?求指教!!!

最佳答案

查看完整内容[请看2#楼]

参考下别人的:https://blog.csdn.net/wearlee/article/details/70215234
正点原子逻辑分析仪DL16劲爆上市
回复

使用道具 举报

530

主题

11万

帖子

34

精华

管理员

Rank: 12Rank: 12Rank: 12

积分
165369
金钱
165369
注册时间
2010-12-1
在线时间
2110 小时
发表于 2018-11-21 10:05:07 | 显示全部楼层
我是开源电子网www.openedv.com站长,有关站务问题请与我联系。
正点原子STM32开发板购买店铺http://openedv.taobao.com
正点原子官方微信公众平台,点击这里关注“正点原子”
回复

使用道具 举报

2

主题

9

帖子

0

精华

新手上路

积分
41
金钱
41
注册时间
2017-6-21
在线时间
9 小时
 楼主| 发表于 2018-11-21 10:20:25 | 显示全部楼层
F7例程里面的libmpllib.lib这个库文件是不是针对F7生成的,F1的用不了?
回复

使用道具 举报

2

主题

9

帖子

0

精华

新手上路

积分
41
金钱
41
注册时间
2017-6-21
在线时间
9 小时
 楼主| 发表于 2018-11-22 08:23:20 | 显示全部楼层
正点原子 发表于 2018-11-22 02:20
参考下别人的:https://blog.csdn.net/wearlee/article/details/70215234

谢谢原子哥,已找到问题!
回复

使用道具 举报

17

主题

237

帖子

0

精华

金牌会员

Rank: 6Rank: 6

积分
1312
金钱
1312
注册时间
2017-3-1
在线时间
259 小时
发表于 2019-2-18 13:26:10 | 显示全部楼层
本帖最后由 NewGuard 于 2019-2-18 13:41 编辑
zenmvol 发表于 2018-11-22 08:23
谢谢原子哥,已找到问题!

哥们,你是怎么搞定的,我也是遇到这个问题,谢谢了。
感觉问题应该处在lib库文件上,你是怎么解决的,方便分享下吗?

回复

使用道具 举报

17

主题

237

帖子

0

精华

金牌会员

Rank: 6Rank: 6

积分
1312
金钱
1312
注册时间
2017-3-1
在线时间
259 小时
发表于 2019-2-19 10:25:13 | 显示全部楼层
正点原子 发表于 2018-11-21 10:05
参考下别人的:https://blog.csdn.net/wearlee/article/details/70215234

原子哥:问题应该是出在lib库文件上,但我好象没找到这个库的源文件,能指点下吗?谢谢了
回复

使用道具 举报

0

主题

2

帖子

0

精华

新手上路

积分
26
金钱
26
注册时间
2019-4-20
在线时间
3 小时
发表于 2019-4-20 21:55:23 | 显示全部楼层
NewGuard 发表于 2019-2-19 10:25
原子哥:问题应该是出在lib库文件上,但我好象没找到这个库的源文件,能指点下吗?谢谢了

硬件资料->MPU9250资料->motion_driver_6.12.zip->mpl libraries->arm->keil->libmpllib_Keil_M3.zip
使用这个lib替换掉原来的才可以
被这个问题困扰了一下午,终于解决了
回复

使用道具 举报

17

主题

237

帖子

0

精华

金牌会员

Rank: 6Rank: 6

积分
1312
金钱
1312
注册时间
2017-3-1
在线时间
259 小时
发表于 2019-4-22 17:31:00 | 显示全部楼层
潘卓锐 发表于 2019-4-20 21:55
硬件资料->MPU9250资料->motion_driver_6.12.zip->mpl libraries->arm->keil->libmpllib_Keil_M3.zip
使 ...

细致!
我后来网上找了个例子,把库给复制用的。
回复

使用道具 举报

1

主题

8

帖子

0

精华

初级会员

Rank: 2

积分
66
金钱
66
注册时间
2016-4-23
在线时间
15 小时
发表于 2019-5-11 16:27:14 | 显示全部楼层
好好好
回复

使用道具 举报

1

主题

25

帖子

0

精华

初级会员

Rank: 2

积分
165
金钱
165
注册时间
2018-1-18
在线时间
22 小时
发表于 2019-6-6 15:52:00 | 显示全部楼层
学习了!66666666666666
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则



关闭

原子哥极力推荐上一条 /2 下一条

正点原子公众号

QQ|手机版|OpenEdv-开源电子网 ( 粤ICP备12000418号-1 )

GMT+8, 2025-1-31 20:05

Powered by OpenEdv-开源电子网

© 2001-2030 OpenEdv-开源电子网

快速回复 返回顶部 返回列表