This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: looking for test results gcc 3.2.1/mips-elf



Joel Sherrill wrote:
> 
> Eric Christopher wrote:
> >
> > On Thu, 2002-12-12 at 11:52, Joel Sherrill wrote:
> > >
> > > Hi,
> > >
> > > I am making some modifications to test_installed and was
> > > looking for some test suite results for mips-elf on
> > > gcc 3.2.1 since that is my tests.  I can't find any.
> > > Does anyone have any out there?
> > >
> >
> > I remember about 20-25 failures? My guess from looking at this is that
> > you are failing at the link stage for your testcases. Look at gcc.log.
> 
> You are correct Sir!!
> 
> cc -c
> /usr3/ftp_archive/gnu/gcc/ss/b-3.2.1/gcc-3.2.1/gcc/testsuite/gcc.misc-tests/linkage-y.c
> >&/dev/null
> Executing on host: mips-elf-gcc linkage-y.o linkage-x.o       -lm
> -Wl,-Tidt.ld  -o x    (timeout = 300)
> /opt/gnucross/lib/gcc-lib/mips-elf/3.2.1/../../../../mips-elf/bin/ld:
> cannot open linker script file idt.ld: No such file or directory^M
> 
> I see this file in libgloss but can't figure out why it isn't
> installed.  I will have to look into them.

I found the problem in my build script.  RTEMS doesn't use libgloss
so the build script I used did not move libgloss as well as newlib
under gcc-3.2.1 before building.  I obviously need to build some
new tools and try again. :)

Thanks.


> > -eric
> >
> > --
> > Yeah, I used to play basketball...


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]