If, for example, I create a program containing only a main.cpp
int main(void) {
return 0;
}
and then try to export to GCC ARM Embedded for target FRDM-K64F, the status line goes to "Downloading file..." and then immediately to "Ready" but without downloading anything.
The same happens if I choose a different target (Nucleo F207ZG).
The same happens if I add the mbed-os library.
I do get a download if I instead add the mbed library.
I do get a download if I choose a different toolchain (Keil uVision, Kinetis Design Studio, IAR, emblocks, zipfile)
If I choose GCC (Code Sourcery), the status line changes to "Downloading file..." but then nothing further happens (no download, no "Ready".
If, for example, I create a program containing only a main.cpp
int main(void) { return 0; }and then try to export to GCC ARM Embedded for target FRDM-K64F, the status line goes to "Downloading file..." and then immediately to "Ready" but without downloading anything.
The same happens if I choose a different target (Nucleo F207ZG).
The same happens if I add the mbed-os library.
I do get a download if I instead add the mbed library.
I do get a download if I choose a different toolchain (Keil uVision, Kinetis Design Studio, IAR, emblocks, zipfile)
If I choose GCC (Code Sourcery), the status line changes to "Downloading file..." but then nothing further happens (no download, no "Ready".