This is the mail archive of the crossgcc@sourceware.cygnus.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


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

cross gcc build problem (cygwin > mips)


d a cross compiler cygwin32 > mips
I first built the binutils (2.9.1)
  I ran "bash configure --target=mips"
           "make all"
           "make install"

all passed but i tried to run "mips-as" from //c/usr/local/bin and it didn't 
found the file
(which I can see when i run ls)

now I tried to build the gcc (2.95.2)
I ran "bash configure --target=mips --with-gnu-as --with-gnu-ld 
--with-newlib --with-headers=..newlib-1.8.2/newlib/libc/include"
         "make cross"

and got the next output
"mips-ar: not found
_m16stubsf9
mips-ar: not found
_m16stubsf10
mips-ar: not found
_m16stubdf0
mips-ar: not found
_m16stubdf1
mips-ar: not found
_m16stubdf2
mips-ar: not found
_m16stubdf5
mips-ar: not found
_m16stubdf6
mips-ar: not found
_m16stubdf9
mips-ar: not found
_m16stubdf10
mips-ar: not found
rm -f libgcc1.S
mv tmplibgcc1.a libgcc1-asm.a
mv: tmplibgcc1.a: No such file or directory
make[1]: *** [libgcc1-asm.a] Error 1
make: *** [cross] Error 2
"

Thanks
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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