5 years, 8 months ago.

" helloMqtt" project export to Visual Studio enviorement problem?

When I tried to export "helloMQTT" project with "online mbed compiler" to "Visual Studio" , I have taken the "An error occured during export" error. How can we solve this problem ?

Thanks

1 Answer

5 years, 8 months ago.

Hello Burak,

Can you try using the mbed cli to export? You can reference this doc page:

https://os.mbed.com/docs/latest/tools/exporting.html#exporting-from-arm-mbed-cli

The command to export to VS (if you were using a K64F board, for example):

mbed export -i vscode_gcc_arm -m K64F

Hope this helps!

-Karen, team Mbed

If this solved your question, please make sure to click the "Thanks" link below!