This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

RE: Installation Problems


>-----Original Message-----
>From: Robert_Paradis@raytheon.com [mailto:Robert_Paradis@raytheon.com]
>Sent: 17 January 2001 14:21


>I am trying to install  a cross compiler for a m68k-coff and have come up
>with the following error messages when install the gcc.

>Fixing headers into /projects/ICWS/gcc/build-gcc/gcc/include for
>m68k-unknown-coff target
>./fixinc.sh: /proj/ICWS/gcc/crossgcc/m68k-coff/sys-include: 
>does not exist
>*** Error code 1
>make: Fatal error: Command failed for target `stmp-fixinc'
>Current working directory /projects/ICWS/gcc/build-gcc/gcc
>*** Error code 1
>make: Fatal error: Command failed for target `all-gcc'

  Yep, it didn't find your target headers.  Contrary to what the docs
tend to say, you should put them in $prefix/$target/sys-include, rather
than $prefix/$target/include, or you can just tell the compiler where they
are at configure time by adding the option --with-headers=/path/to/headers
to your configure command.

         DaveK
-- 
The Boulder Pledge: "Under no circumstances will I ever purchase anything 
offered to me as the result of an unsolicited email message. Nor will I 
forward chain letters, petitions, mass mailings, or virus warnings to large 
numbers of others. This is my contribution to the survival of the online
community." 


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.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]