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]
Other format: [Raw text]

Re: cc1: error: invalid option 'abi=32'


I was trying gcc 3.4.3 with glibc 2.3.3.  When I backed down to 3.4.1 &
2.3.2 I was able to generate the tools (latest version 28 from your
website for crosstools).

I am having an issue compiling the linux with this.  We are using 2.4.18
(due to lack of time and we don't want to break anything mentality),
when I tried to cross compile it gave me errors on __FUNCTION__.  Doing
a google on this, I found (i think) that the format for this has
changed, it used to be __FUNCTION__:"text", it is now "%s text",
__FUNCTION__.  Is there anyway short of changing the kernel source to
make gcc use/allow the old __FUNCTION__ usage?  Or am I SOL??

Thanks for a great tool!!!

Marc

On Mon, 2005-01-31 at 07:57 -0800, Dan Kegel wrote:
> Marc Karasek wrote:
> > I am trying to build a crosstools for mipsel. 
> > 
> > I am getting this error when it tries to do that glibc header step in
> > the process.  I googled and found someone else had the same problem in
> > December.  There was no information as to a solution that I could find.
> 
> What versions of gcc, glibc, and crosstool are you using?
> 
> If, as in
> http://sources.redhat.com/ml/crossgcc/2004-12/msg00129.html
> you are using glibc-2.3.3, then you might consider trying
> glibc-2.3.2.
> - Dan
> 

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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