Jim Wilson - Re: GccPowerpc eabi HowTo (original) (raw)
This is the mail archive of the gcc@gcc.gnu.orgmailing 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] |
| Other format: | [Raw text] |
Re: GccPowerpc eabi HowTo - probem with stido functions ( sprintf)
- From: Jim Wilson
- To: moshed
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 31 Oct 2005 16:13:30 -0800
- Subject: Re: GccPowerpc eabi HowTo - probem with stido functions ( sprintf)
- References: 1250042.post@talk.nabble.com 43613305.8080104@specifix.com 1273708.post@talk.nabble.com
moshed (sent by Nabble.com) wrote:
Following to your response I tried to add -v but doesn't succsed , maybe I locate on the wrong place.
It is a gcc option. Just put it in CFLAGS, or just run gcc manually with -v added to your other command line options.
also if u can replay me ragarding to the gcc powerpc building procedure (please see on the prvious mail)
There is nothing wrong with your powerpc build. The only problems are with your customizations, e.g. your linker script, Makefile, etc. If you want to learn how to do this kind of stuff, try the cross-gcc mailing list on sourceware.org.Or try building a default powerpc toolchain, figuring out how it works, and then figure out how to modify it to do what you want. The simplest default is using the simulator. For powerpc, that means compiling with -msim.
--
Jim Wilson, GNU Tools Support, http://www.specifix.com
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |