..\object\Master.axf: error: L6031U: Could not open scatter description file Master.sct: No ...
.\Objects\ACFly.axf: error: L6031U: Could notopenscatter descriptionfile\ACFly_Prophet.sct: No suchfileor directory 在网上找了一下解决方案,鬼迷心窍的我听信了CSDN上的谗言,做了一下修改: 改前# 改后# 显而易见,我将原本工程里配置的Linker直接删去了,这并不是一个明智的做法。 然而,当时我并没有...
..\Intermediate\tprj.axf: error: L6031U: Could not open scatter description file .\tprj.sct: No such file or directory 这时候要么不加载外部文件,在target处写好地址,要么在对应的sct文件里写明地址。
使用keil4时的报错 使用keil4的时候发现这个报了一个错误…\OUT\STM32TEST.axf: error: L6031U: Could not open scatter description file 靓仔峰 2021-12-15 09:12:54 keil单片机编程软件需要注意什么事项 单片机编程软件的使用为单片机的使用提供了便捷,对于单片机编程软件,小编在往期文章中有诸多介绍。为增加...
The path to the CMSIS headers - core_cm4.h etc - was not added; The --c99 option was not added.But, having fixed them, I am stuck with the Link failing:The Linker wrote: L6031U: Could not open scatter description file $(RelLinkerScriptPath): No such file or directory...
\OUT\STM32TEST.axf: error: L6031U: Could not open scatter description file 靓仔峰 2021-12-15 09:12:54 请问用keil5编译后的工程无法用低版本的keil打开吗? 自己用keil_5写了一个工程,然后发现F1XX的驱动不知道为什么丢失了然后装了keil_4,却发现无法打开是不是用keil5编译后的工程无法用低版本的...
..\Obj\4006E_02A1838_S508_BZ1.axf: error: L6031U: Could not open scatter description file ..\Obj\4006E_02A1838_S508_BZ1.sct: No such file or directory Not enough information to list image symbols. Not enough information to list the image map. Finished: 2 information, 0 warning, 0...
* Using Compiler 'V5.06 update 6 (build 750)', folder: 'X:\Keil_v5\ARM\ARMCC\Bin' Build target 'Nucleo_i2c_master' linking... .\BUILD\Nucleo_i2c_master.axf: error: L6031U: Could not open scatter description file /filer/web_data/repo_builds/4/334/TARGET_NUCLEO_F103RB/TOOLCHAIN_ARM...
..\Obj\4006E_02A1838_S508_BZ1.axf: error: L6031U: Could not open scatter description file ..\Obj\4006E_02A1838_S508_BZ1.sct: No such file or directory Not enough information to list image symbols. Not enough information to list the image map. Finished: 2 information, 0 warning, 0...
what is scatter file? what is its advantage? Kindly tell, i do not anything about these. Thanks Sukhdeep SinghCancel 0 Tamir Michael over 15 years ago the scatter file determines how the memory layout of your controller is organized. In essence, you can allocate objects to specific memory ...