So I developed a nRF24L01+ wireless library and it's working great so I want to convert it to C++ along with some other stuff I developed.
Entered a simple C++ program builds and runs fine so I start throwing a bunch of 0s and 1s at the editor and get serious.
Everything works fine until I use new or malloc then I start getting;
undefined reference to _sbrk
I've googled for hours and have found and tried several things none of which worked, something about newlib keeps coming up but I'm not getting it.
Any clue?
HELP SEND CODZ PLZ :)