[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: MVME5500 board support status?
- Date: Thu, 27 Oct 2005 15:58:44 -0400
- From: Peter Dufault <dufault at hda dot com>
- Subject: Re: MVME5500 board support status?
On Oct 27, 2005, at 11:58 AM, Joel Sherrill wrote:
So you did or did not see it work from CVS (at any time) with gcc
4.0.x?
Yes, I did all my work with "powerpc-rtems-gcc (GCC) 4.0.0 20050130
(experimental)", but the rtems CVS is from around June.
I'm currently trying to get the cvs head on Solaris, but at a
very low level since other things keep getting in the way. The
last thing I got was "powerpc-rtems-gcc: new-exceptions/
cpu_asm.o: No such file or directory" building RTEMS even though
I'm using:
If I had to guess on Solaris, I would say it is a shell or m4
deficiency. Solaris is notorious for having natively provided tools
that are not robust enough to make autotools happy.
You could try installing GNU m4 and putting that directory 1st in
your path.
No, I'm using gnu m4, gnu tar, gnu sed, flex, etc. ahead of the
solaris tools.
Peter