博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Keil问题
阅读量:4058 次
发布时间:2019-05-25

本文共 680 字,大约阅读时间需要 2 分钟。

今天使用Keil编译EFM32程序时,出现以下错误

WirelessValve.axf: Error: L6406E: No spacein execution regions with .ANY selector matching libspace.o(.bss).

WirelessValve.axf: Error: L6406E: No spacein execution regions with .ANY selector matching system_efm32tg.o(.data).

WirelessValve.axf: Error: L6406E: No spacein execution regions with .ANY selector matching em_emu.o(.data).

WirelessValve.axf: Error: L6406E: No spacein execution regions with .ANY selector matching main_gpio.o(.data).

WirelessValve.axf: Error: L6407E: Sectionsof aggregate size 0x74 bytes could not fit into .ANY selector(s).

Target not created

解决办法:options for Target 对话框中的Target选项下,在Code Generation中勾选Use MicroLIB。使用微库,占空间就少了。

 

 

 

转载地址:http://cnzji.baihongyu.com/

你可能感兴趣的文章
慢慢欣赏linux 内核模块引用
查看>>
kprobe学习
查看>>
慢慢欣赏linux phy驱动初始化2
查看>>
慢慢欣赏linux CPU占用率学习
查看>>
2020年终总结
查看>>
Homebrew指令集
查看>>
React Native(一):搭建开发环境、出Hello World
查看>>
React Native(二):属性、状态
查看>>
JSX使用总结
查看>>
React Native(四):布局(使用Flexbox)
查看>>
React Native(七):Android双击Back键退出应用
查看>>
Android自定义apk名称、版本号自增
查看>>
adb command not found
查看>>
Xcode 启动页面禁用和显示
查看>>
【剑指offer】q50:树中结点的最近祖先
查看>>
二叉树的非递归遍历
查看>>
【leetcode】Reorder List (python)
查看>>
【leetcode】Linked List Cycle (python)
查看>>
【leetcode】Linked List Cycle (python)
查看>>
【leetcode】Candy(python)
查看>>