7 years, 1 month ago.

Exporting error

Export to Keil 5.0 of mbed LCP1768 fails.

It says "contact support"

So, here i am.

What to do next.

2 Answers

7 years, 1 month ago.

Hi Evert,

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

Is this Error still valid? I'm having similar kind of issue with my mbed online environment? Also, How can I export my own projects with your guides as my project address is like this https://developer.mbed.org/compiler/#nav:/EclipseExportHarjoitus; And if I'll try to make import I'll get this error: C:\Program Files (x86)\GNU Tools ARM Embedded\5.4 2016q3>mbed import https://developer.mbed.org/compiler/#nav:/EclipseExportHarjoitus; [mbed] ERROR: Invalid revision (nav:/EclipseExportHarjoitus;) -

Br, Arto

posted by Arto Kangas 01 Aug 2017
6 years, 8 months ago.

Sorry, I pasted wrong lines from the Console. Here is the current problem with my own projects.

mbed import https://developer.mbed.org/compiler/#nav:/EclipseExportHarjoitus [mbed] Importing program "EclipseExportHarjoitus" from "https://developer.mbed.org/compiler/#nav:/EclipseExportHarjoitus" at latest revision in the current branch fatal: unable to update url base from redirection: asked for: https://developer.mbed.org/compiler/#nav:/EclipseExportHarjoitus/info/refs?service=git-upload-pack redirect: https://developer.mbed.org/accounts/login/?next=%2Fcompiler%2F unknown exception encountered, please report by visiting https://mercurial-scm.org/wiki/BugTracker

So it seems like this is somehow related to login?

Br,Arto