6 years, 12 months ago.

Error Exporting to Keil

Hi, I'm trying to export my proyect to Keil uVision 5, but when I select my target (NUCLEO-446ZE), the toolchain (uVision 5) and I clic on export I get the error: 'An error occured during export. Please contact support.' How can I fix it? Do I have to configure something? thank you for your time.

Same for me. Nucleo F103

posted by Mark Peter Vargha 22 Mar 2017

1 Answer

6 years, 12 months ago.

Hi Javier,

Thanks for getting in touch, at this moment there are issues with exporting from the online-IDE which is why you seeing the errors, this is being worked on but until then i can suggest using our offline build option mbed-cli.

This will allow you to everything in the online-IDE import libraries, compile etc and even export to the needed toolchain.

It is located here. https://github.com/ARMmbed/mbed-cli

After installing CLI The commands would look something like this to download a blinky example using lpc1768.

You have now compiled the program, to export follow below

  • $ mbed export -i uvision5 -m lpc1768

If you need anything else, let me know

Regards,

Andrea, team mbed

Accepted Answer

The problem is still present!

posted by bruno LARNAUDIE 16 Oct 2017