> Ah, yes, sorry. What I meant was can msp430-elf-gcc be built without
> newlib? I wanted to create a separate package for newlib.

Typically, the gcc runtime (libgcc) needs to know what the "usual"
runtime will be, as some routines in libgcc may need to call C library
functions.  The usual way to build it is to do it in two steps so that
things like stdio.h et al are available to the libgcc build.

I haven't tried to build libgcc before newlib in a long time, but if
it works, either things have changed or you just haven't noticed the
problem yet ;-)

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to