Hello Béla,
The KWS project site suggests to create a simple KWS interface program by running the command:
mbed new kws_simple_test --mbedlib
According to the mbed-cli documentation the --mbedlib option is used when creating a mbed os 2 program.
-
Unfortunately, ARM doesn’t support
mbed os 2anymore and the--mbedliboption has no effect. Consequently, nombedlibrary is downloaded to thekws_simple_testfolder by such command. You have to do that manually from https://github.com/ARMmbed/mbed-dev. Copy the downloaded.zipfile to thekws_simple_testfolder and unzip. Then rename thembed-dev-masterfolder tombedand issue thembed deploycommand (from thekws_simple_testfolder) to install the mbed tools into thembedfolder. -
Another option is to create a
mbed bare-metalproject (mbed os 6 without os) rather than ambed os 2. For more info have a look at https://os.mbed.com/docs/mbed-os/v6.1/bare-metal/index.html.
Best regards, Zoltán