7 years, 3 months ago.

Problem build project in keil5 after esport it. target: STM32L476RE

I'm able to export the project and import it in keil. When I build the project I receive this error:

mbed/TARGET_NUCLEO_L476RG/TARGET_STM/TARGET_STM32L4/device.h(38): error: #5: cannot open source input file "objects.h": No such file or directory

  1. include "objects.h"

I searched the objects.h file in all project directory but is not present

I also change target, I used STM32F401RE in this case I'm able to export from mbed, import in keil and build it.

anyone has any suggestions?

thanks

2 Answers

7 years, 3 months ago.

Hi Marco,

I am facing the same problem.

TARGET_NUCLEO_L476RG is the only board that I have. I posted my question 2 days ago but no one answered it.

Hope debugging mbed OS on MDK5+NUCLEO_L476RG would be supported soon!

As far as I know, STM32L476 can be supported by uVision5 only.uVision4 should not support this device.

7 years, 3 months ago.

This problem I reported weeks ago, someone from ARM responded and explained it should be fixed. I switched back to Release #127 which works fine with the Keil MDK Export. Regards Helmut

Yes, It does work when reversing to Release #127. Thank you!

posted by Tony Huang 30 Dec 2016