错误一、保存地址名中有中文
错误:error1-haveCHinese_有中文\error1-haveCHinese_有中文.axf: error: L6002U: Could not open file error1-havechinese_???\stm32f1xx_it.o: No such file or directory
解决方法:重新导出,并且不要用中文命名了
错误二、保存地址过深
错误:error2-adress-too_deep\error2-adress-too_deep.sct(7): error: L6236E: No section matches selector
地址过深导致的问题:和一个正常文件对比,很明显少了一个文件夹,这个文件夹中保存的是启动文件,以.s结尾的文件。
1、错误文件
2、正常文件