Cross gcc Mailing List Archive

[Prev][Next][Index][Thread]

HPUX 9.07 target VXWORKS m68k(NOW sun3)



Hi,
I mailed into this group  a couple of days ago regarding
a cross compiler that I am trying to build. 

I made the target m68k-vxworks. 
I suceeded in making the binutils. I then went on to make
make gcc2.7.2.1 (I applied the patach that Cygnus provides)
BUT when it cam time to make libgcc.a the GNU version
did not support it NOR did newlib.

Since then it was suggested that I try to create the 

compiler using the sun3 target as that was on a m68k processor.

So back I went and made binutils, with that target. N probs.
Tried making gcc2.7.2.1 (and gcc2.7.2). I applied the patch that
is suggested in the crossgc FAQ. Started the first stage compile.

(I used ./configure --target=sun3 --prefix=/homefas1/pedersen/gnu/local
to configure
gcc)
This is the error I get


rm -f gfloat.h
cp ./config/float.h-ieee gfloat.h
rm -f include/float.h
cp gfloat.h include/float.h
chmod a+r include/float.h
touch stmp-headers
mv libgcc1.a libgcc1.cross || (echo You must find a way to make
libgcc1.a; false)
mv: libgcc1.a: cannot access: No such file or directory
You must find a way to make libgcc1.a
gmake: *** [libgcc1.cross] Error 1

I think that I am now going around in circles. To generate the libgcc.a 
I neeed  gcc-sun3, BUT when I create the first stage I need libgcc1.a. 

How on earth am i supposed to generate that ??????
Neither the crossgcc FAQ nor anything else mentions this 
so I am utterly lost ........

Aseem
-- 
-----------------------------------------------------------------------------
Aseem Bakshi                                     Phone: (801)9771574
Philips Broadcast Television Systems Inc                 Alias: Polka
Boy
Salt Lake City, UT                 
E-mail Abakshi@phbtsus.com


Home | Subject Index | Thread Index