problem in make install

Tom Hawkins tomahawkins@gmail.com
Mon May 3 08:59:00 GMT 2010


On Sun, May 2, 2010 at 12:29 AM, Tom Hawkins <tomahawkins@gmail.com> wrote:
> I'm building a cross compiler to target a bare metal powerpc embedded
> platform.  I've been able to build and install binutils and gcc (c,
> c++, ada).  And Newlib successfully configures and compiles, but dies
> on the install (see below).

One further inspection, 'make all' also has errors, but they were
hidden because they didn't kill the make process.  They stem from a
missing file libgloss/rs6000/xil-exit.c, which is referenced by
libgloss/rs6000/Makefile.in.  Any idea what this should be?  I created
a symbolic link to mbx-exit.c and everything seemed to build and
install OK.

I'm working with newlib-1.18.0, but the problem is also in the latest from cvs.

-Tom



More information about the Newlib mailing list