using newlib

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
MiloIIDX
Posts: 1
Joined: Tue Mar 28, 2006 2:16 pm

using newlib

Post by MiloIIDX »

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.
Post Reply