This is the mail archive of the crossgcc@sources.redhat.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]

building crossgcc for m68k-coff


This is the output when I am doing:

make all install


-DHAVE_CONFIG_H -I. -I../../binutils-2.9.1/ld -I. -D_GNU_SOURCE -I. 
-I../../binutils-2.9.1/ld -I../bfd -I../../binutils-2.9.1/ld/../bfd 
-I../../binutils-2.9.1/ld/../include  -g -O2  -g -O2 -c em68kcoff.c
/bin/sh ./libtool --mode=link gcc -g -O2  -o ld-new  ldgram.o ldlex.o 
lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o 
ldmisc.o ldfile.o ldcref.o em68kcoff.o ../bfd/libbfd.la 
../libiberty/libiberty.a
gcc -g -O2 -o ld-new ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o 
ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o 
em68kcoff.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a
make[1]: Leaving directory `/home/users/ronenl/gcc-cross/build-binutils/ld'
/bin/sh ../binutils-2.9.1/mkinstalldirs /bar /bar
mkdir /bar
mkdir /bar
make: *** [installdirs] Error 2


Q: what seems to be the problem?


some backround:

I am building a cross-compiler for m68k-coff on sun_sparc_2.6


My directory looks like that:


/home/users/ronenl/cross-gcc/

                               bar/               - empty

                               binutils-2.9.1/    - unpacked
                               newlib-1.8.2/      - unpacked
                               gdb-5.0/           - unpacked
                               gcc-2.95.2/        - unpacked

                               build-binutils     - empty

what I did so far?

cd build-binutils

../binutils-2.9.1/configure --target=m68k-coff --prefix=/bar -v


this was successfully completed.


next, I did:

make all install


which failed.

thanx, ronen.




_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.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]