5 years, 9 months ago.

build target in Keil vision 5 gives an error message

* 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_STD/stm32f103xb.sct: No such file or directory Not enough information to list image symbols. Not enough information to list load addresses in the image map. Finished: 2 information, 0 warning, 0 error and 1 fatal error messages. ".\BUILD\Nucleo_i2c_master.axf" - 1 Error(s), 0 Warning(s). Target not created. Build Time Elapsed: 00:00:01

2 Answers

5 years, 7 months ago.

Hi Ralph, Thanks for answer. You may be add this knowledge to https://os.mbed.com/docs/v5.7/tutorials/keil-uvision.html

5 years, 9 months ago.

Hi Gorse,

We're sorry but you have hit a problem with the project exporter that will soon be fixed. In uVision5 please go to the Project properties Linker tab to select the scatterfile as described here:

In your case, the scatterfile will be located under the STM32F1 target area:

...\mbed-os\targets\TARGET_STM\TARGET_STM32F1\TARGET_NUCLEO_F103RB\device\TOOLCHAIN_ARM_STD

We apologize for the inconvenience.

Regards, Ralph, Team Mbed