新手入门
- 积分
- 7
- 金钱
- 7
- 注册时间
- 2019-3-11
- 在线时间
- 5 小时
|
5金钱
本人用的是STM32mini板,在官网下载了ATK-VL53L0X激光测距模块的例程,程序烧进板子里是没有问题的。但是我用Keil uVision5重新编译工程却出错了,显示错误
linking...
..\OBJ\VL53L0X.axf: error: L6050U: The code size of this image (65588 bytes) exceeds the maximum allowed for this version of the linker.
Finished: 0 information, 0 warning, 0 error and 1 fatal error messages.
"..\OBJ\VL53L0X.axf" - 1 Error(s), 0 Warning(s).
Target not created.
图像的代码大小(65588字节)超过此版本链接允许的最大值
请问大佬们这该怎么解决,是不是KEIL版本的问题?
|
|