目录
一.keilc51——F12无法定位到定义处。
二、关于STM37F7的pack包不能安装报错SVD问题。
三、关于"Insufficient RAM for Flash Algorithms"出错原因及解决方案。
四、KEIL每次都要编译全部文件并且每个文件编译三次
五、flash算法存放文件夹
六、出现头文件嵌套无法打开.h文件和go to definition错误但编译不报错
七、MDK编译错误--bin--out
八、查找所有代码都找不到某个定义
九、keil调试界面卡住无法刷新窗口无法移动问题
一.keilc51——F12无法定位到定义处。
解决方法:1、升级你的MDK。
2、不想升级MDK的,那就安装个低版本的pack包。
• Cross- Module
Optimization takes information from a prior build and uses it to place UNUSED functions into their
own ELF section in the corresponding object file. This option is also known as Linker Feedback, and requires you to build your application twice to take adv antage of it for reduced code size.
Cross-Module Optimization has been shown to reduce code size, by removing unused functions from your application. It can also improve the performance of your application, by allowing modules to share inline code.
以上内容摘录于:http://blog.csdn.net/yangtalent1206/article/details/8493120
也就是说避免了不用的函数也编译如代码中,减少最后的代码空间。
五、flash算法存放文件夹