Hi,
I’m adapting code I’ve run elsewhere and been converting to your data structures when that makes sense. I do use new a couple times (in constructors). Having successfully sorted out my minor code errors, my last compilation error seems to be this, and I have no idea what to make of it.
/opt/OwlProgram.online/Tools/gcc-arm-none-eabi-5_4-2016q3/bin/…/lib/gcc/arm-none-eabi/5.4.1/…/…/…/…/arm-none-eabi/lib/armv7e-m/fpu/libc.a(lib_a-sbrkr.o): In function _sbrk_r': sbrkr.c:(.text._sbrk_r+0xc): undefined reference to
_sbrk’ collect2: error: ld returned 1 exit status make[1]: *** [/tmp/owl/owl-build-PUPZpC/patch.elf] Error 1 make: *** [patch] Error 2 ERROR: Patch build failed.
Any thoughts?
PDue