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


my goal: build cross compiler for m68-coff in UNIX machine


"One Pass Intallation" is the method I am using for configure/build/install 
gcc.

what I have after running the one-time script:


/home/users/ronenl/usr/local/src/

                                 bfd/
                                 binutils/
                                 config/

                                 ... and more/


                                 opcodes/
                                 newlib/
                                 texinfo/



what I did next: (as told)

mkdir build
cd build
../src/configure --target=m68k-coff --prefix=/bar


Q: I dont really know what is the purpose of prefix. (did I put the right 
value?)


now, I did:
make all install


and I got the Errors:

make all install
make[1]: Entering directory `/home/users/ronenl/usr/local/build/libiberty'
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include   
../../src/libiberty/choose-temp.c -o pic/choose-temp.o
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  
../../src/libiberty/choose-temp.c
  ../../src/libiberty/choose-temp.c:29: stdio.h: No such file or directory
  ../../src/libiberty/choose-temp.c:30: sys/types.h: No such file or 
directory
  make[1]: *** [choose-temp.o] Error 1
  make[1]: Leaving directory `/home/users/ronenl/usr/local/build/libiberty'
  make: *** [all-libiberty] Error 2


Q: where stdio.h is located, and what sjould I do to make it work?

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]