nRF24L01+ / RF24 Library on Teensy 3.X - Doesn't link

syso2342

Well-known member
I am trying to use RF24 Library with my Teensy 3.X with the current Teensy Arduino IDE, but it doesn't link.
Do you have any fix? Is it maybe PROGMEM related? Any help appreciated, as I need this in a project very very soon.

Code:
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/../lib/gcc/arm-none-eabi/4.7.2/../../../../arm-none-eabi/bin/ld: section .progmem.data loaded at [000000000000afb4,000000000000b18f] overlaps section .data loaded at [000000000000afb4,000000000000b5fb]
collect2: error: ld returned 1 exit status
 
Back
Top