4 years, 7 months ago.

export uVision trouble

I used simple mbed-os-example-blinky. I tried exporting to uvison!! I used the following mbed command.

「mbed export -i uvision -m DISCO_L475VG_IOT01A」 but I could not export. See below....

[mbed] Working path "C:\work\mbed-os-example-blinky" (program) DISCO_L475VG_IOT01A not supported by uvision5 [mbed] ERROR: "c:\python27\python.exe" returned error. Code: 2 Path: "C:\work\mbed-os-example-blinky" Command: "c:\python27\python.exe -u C:\work\mbed-os-example-blinky\mbed-os\tools\project.py -i uvision -m DISCO_L475VG_IOT01A profile debug source ." Tip: You could retry the last command with "-v" flag for verbose output -

I also tried the following two commands. 「mbed export -i uvision5 -m DISCO_L475VG_IOT01A」 ←Cannot export!!!! 「mbed export -i uvision6 -m DISCO_L475VG_IOT01A」 ←I was able to export!!!

Please tell us why the export is successful with 「mbed export -i uvision6 -m DISCO_L475VG_IOT01A」.

1 Answer

4 years, 7 months ago.

uvision5 is no longer supported, therefore use uvision6 please. There were changes not backward compatible with older version of uvision (how targets are being defined, etc).

Accepted Answer

Thank you for answering my questions. I can sleep deeply until morning!!

posted by Kazuya Uchida 30 Sep 2019