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


On Jan  9, 2001, Debabrata Sengupta <debabrata@macmetit.com> wrote:

> 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.

This mailing list is about GCC.  GAS is part of a separate project,
namely, GNU binutils.

That said, I don't think GAS supports multiple target processors.  You
must build one separate assembler for each target.

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

Assuming you have followed the installation instructions, one
possibility is that GCC failed to build because the assembler wasn't
appropriate for the target architecture you had enabled.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

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