using newlib
using newlib
Is there anything I have to do to tell the compiler to use newlib? I'm having some problems with malloc/free and I read that the newlib version of libc is the one to use. So I typed ./ toolchain.sh -n and let it run, but my program still crashes in the same places. Any help would be appreciated.