FORUM

Error building LBM

Hello,

I want to try LoRa Basics Modem example but I am unable to build any examples.
After cloning SWSD001 I put the folowing command in one of the example folder:

make RADIO_BOARD=SX1262MB2CAS CRYPTO=SOFT

It starts building until i get this error:

/usr/bin/sh: -c: line 1: syntax error near unexpected token (' /usr/bin/sh: -c: line 1: C:/Program Files (x86)/GnuWin32/bin/make -C …/…/…/…/lora_basics_modem/lora_basics_modem basic_modem MCU_FLAGS="-mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard" RADIO=sx1262 RP_VERSION=RP2_103 MODEM_TRACE=yes CRYPTO=SOFT MIDDLEWARE=no DEBUG=no’
make: *** [build_basic_modem] Erreur 2

My target is a NUCLEO-L476RG + SX1262MB2xAS and i use gcc-arm-none-eabi-10.3-2021.10.

Does anyone have an idea?

Thank you!

Best Regards,
Jonathan