6 years, 2 months ago.

Problem exporting to eclipse (--source option seems to be ignored) using mbed-cli

I am compiling multiple binaries in a mbed-cli environment using multiple source locations using the following command: mbed compile -m NUCLEO_L432KC -t GCC_ARM profile debug source mbed-os source project\blinky This works fine

When I try to export it to Eclipse for debugging no Eclipse project files are generated (which I can find)

mbed export -i eclipse_gcc_arm -m NUCLEO_L432KC profile debug source mbed-os source project\blinky

From what I found in the documentation this should work. Has anyone a workaround or is my assumption that this should work incorrect?

Arjan

Be the first to answer this question.