Trying to get LoRa working on Adafruit Feather M0 with RFM95. Using latest versions: Arduino 1.8.12, B4R 3.50, RadioHead v1.113, rRadiohead v2.01. Re-installed all from scratch.
With basic application, compiler errors in rRF95.cpp with:
- C:\Arduino\Projects\Test_RF95\Objects\bin\sketch/rRF95.cpp:25: undefined reference to `operator new(unsigned int, void*)'
- C:\Arduino\Projects\Test_RF95\Objects\bin\sketch/rRF95.cpp:10: undefined reference to `operator new(unsigned int, void*)'
My Cpp skills are insufficient to diagnose. Please can I have some help to get me going?
With basic application, compiler errors in rRF95.cpp with:
- C:\Arduino\Projects\Test_RF95\Objects\bin\sketch/rRF95.cpp:25: undefined reference to `operator new(unsigned int, void*)'
- C:\Arduino\Projects\Test_RF95\Objects\bin\sketch/rRF95.cpp:10: undefined reference to `operator new(unsigned int, void*)'
My Cpp skills are insufficient to diagnose. Please can I have some help to get me going?