Closed
Description
I am using https://github.com/ARMmbed/mbed-os-example-filesystem example and testing export on Windows OS (windows cmdline).
My export command: mbed export -i make_armc5 -m K64F
The export finished and I use "make" command for building (with make clean and without) and got the following error in linking (compilation finished):
make (e=87): The parameter is incorrect.
C:/work/oob5.10/mbed-os-example-filesystem/Makefile:1229: recipe for target 'mbed-os-example-filesystem.elf' failed
make[1]: *** [mbed-os-example-filesystem.elf] Error 87
Makefile:25: recipe for target 'all' failed
make: *** [all] Error 2
complete log:
error.txt