B4R Question rRF95 compile error - Adafruit Feather M0

ljohnway

New Member
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?
 

Attachments

  • Test_RF95.zip
    25.3 KB · Views: 187
  • Compile Log.txt
    442.8 KB · Views: 199

ljohnway

New Member
Apologies, Erel, I am a newbie. Less verbose log attached.
Thanks for you help.
 

Attachments

  • Compile Log minus debug.txt
    42.3 KB · Views: 193
Upvote 0

ljohnway

New Member
Many thanks.

Declared global 'new' operator in rRadiohead.h (which incorporates 'rRF95.h') as suggested, but no change:
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*)'

Tried other obvious locations without success. Any other suggestion?
 

Attachments

  • Compile Log #2.txt
    354 KB · Views: 206
  • Test_RF95 #2.zip
    25.3 KB · Views: 187
Upvote 0
Top