MALLOC_PROVIDED HOWTO

Alex Austin alex.austin@spectrumdsi.com
Wed Aug 6 18:22:00 GMT 2008


My host OS has no sbrk(), so I need to reimplement malloc to use the host's memory routines. What all do I need to do? Where do I put my source, and what all needs to be defined?

So far I did:
../newlib-1.16.0/newlib/configure --host=arm-elf --target=arm-elf --enable-interwork --enable-multilib CFLAGS="-fshort-enums -mapcs -mno-apcs-stack-check -msoft-float -mfpu=fpa -fdollars-in-identifiers
-omit-frame-pointer -march=armv5te -mthumb-interwork -O0 -g3 -DMALLOC_PROVIDED"

Compilation is hanging up at:
../../../newlib-1.16.0/newlib/libc/stdlib/mstats.c:125:34: macro "_mallopt_r" passed 3 arguments, but takes just 2
../../../newlib-1.16.0/newlib/libc/stdlib/mstats.c: In function `mallopt':
../../../newlib-1.16.0/newlib/libc/stdlib/mstats.c:125: error: `_mallopt_r' undeclared (first use in this function)
... (more errors) ...

Thank you,
- Alex



More information about the Newlib mailing list