Search found 1 match

by MiloIIDX
Tue Mar 28, 2006 2:32 pm
Forum: PSP Development
Topic: using newlib
Replies: 0
Views: 655

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.