Using the CubeCell HTCC-AB01 and Arduino LoRaWANMinimal SendReceive Example…complilation fails with the error messages below. What am i missing?
Arduino: 1.8.19 (Windows Store 1.8.57.0) (Windows 10), Board: “CubeCell-Board(HTCC-AB01), REGION_US915, CLASS_A, Generate By ChipID, OTAA, OFF, CONFIRMED, ON, OFF, ACTIVE, Freq && DIO”
WARNING: library LoRaWanMinimal claims to run on ASR650x-Arduino architecture(s) and may be incompatible with your current board which runs on CubeCell architecture(s).
WARNING: library RGB claims to run on ASR650x-Arduino architecture(s) and may be incompatible with your current board which runs on CubeCell architecture(s).
…/core\core.a(LoRaMac.c.o): In function `LoRaMacQueryTxPossible’:
…\ArduinoData\packages\CubeCell\hardware\CubeCell\1.2.0\cores\asr650x\loramac\mac/LoRaMac.c:3191: undefined reference to `defaultDrForNoAdr’
…\ArduinoData\packages\CubeCell\hardware\CubeCell\1.2.0\cores\asr650x\loramac\mac/LoRaMac.c:3191: undefined reference to `currentDrForNoAdr’
collect2.exe: error: ld returned 1 exit status
exit status 1
Error compiling for board CubeCell-Board(HTCC-AB01).