This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


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

RE: GAS installation for PowerPC



>-----Original Message-----
>From: Debabrata Sengupta [mailto:debabrata@macmetit.com]

>I tried to install GAS using ./configure for sparc sunos as host and for
>all target processors, more specifically for SPARC, PowerPC and SH4. But
>after installation I found that the gas has been installed for SPARC
>processor and targ-cpu.h file has only include for sparc processor. Can
>you please advise how to install the gas for processors such as SPARC
>PowerPC MPC 823, and SH4. 

  To the best of my knowledge, you can only compile and install gas for
one target CPU/system combination at a time.  You'll have to repeatedly
do the configure-make all-make install cycle for each of the desired
targets.
The separate builds will all co-exist happily, that won't be a problem.

>We found that gcc has not been installed. Should we have to install it
>separately? 

  Yep, gcc is completely separate from the gas/binutils package (although it
needs them installed before it will work!). I'm afraid you'll have to go
through the same routine for gcc, one target at a time, as well.

  regards,
       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
**********************************************************************

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