bootstrap failure "sorry, unimplemented:"

Eyal Lebedinsky eyal@eyal.emu.id.au
Sun Feb 1 02:35:00 GMT 2004


Andrew Pinski wrote:
> 
> On Jan 31, 2004, at 18:11, Eyal Lebedinsky wrote:
> 
> > Off cvs, I get the following failure.
> > gcc 2.95.4 on Linux Debian 3.0r2, kernel 2.4.25-pre6 on i686.
> >
> > version.c: "3.5-tree-ssa 20040201 (merged 20040126)"
> >
> > I assume "sorry, unimplemented:" means "error:" rather than "warning:",
> > and is the cause of the failure.
> >
> 
> Yes but it looks like you did "-Dinline=inline
> __attribute__((always_inline))" though,
> which is always wrong.

I did no such thing myself. I build as:

../gcc/configure \
        --prefix=/usr/local/gcc-mudflap \
        --enable-languages=c
make bootstrap
make install

[later] On closer examination I noticed that I had linux 2.6.2-rc3
headers, which may have unusual settings, e.g. I can see:

./include/linux/compiler-gcc3.h:# define inline         __inline__
__attribute__((always_inline))

I am now retrying the bootstrap with 2.4 headers.

--
Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.org/eyal/>



More information about the Gcc mailing list