This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: GAS installation for PowerPC
- To: David Korn <dkorn at pixelpower dot com>
- Subject: Re: GAS installation for PowerPC
- From: Debabrata Sengupta <debabrata at macmetit dot com>
- Date: Mon, 15 Jan 2001 18:25:15 +0530
- CC: gcc-help at gcc dot gnu dot org
- Organization: Macmet Interactive Technologies Pvt Ltd.
- References: <718D38CAB6E0D011B2C90060970C28A564257E@EXCHANGESERVER>
- Reply-To: debabrata at macmetit dot com
Hi Korn,
Thanks for your suggestion and also for spending your valuable time to
answer our query. I tried to configure it for other procesor such
PowerPC, SH4. I tried to configure using the following command:
./configure --host=sparc-sun-solaris2.5.1 --target=powerpc
make all
make install
./configure --host=sparc-sun-solaris2.5.1 --target=SH4
make all
make install
But the s/w is installed for target processor being set as host. Can you
please suggest how to configure so that "gas" can be configured for
PowerPC, SH4 etc.
Thanking you,
Yours sincerely,
Debabrata
David Korn wrote:
>
> >-----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
> **********************************************************************