This is the mail archive of the crossgcc@sourceware.org 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: Fw: CT_DoExecLog error during GCC build


Hi Yann, Arnaoud, All,


As Arnaud said I added the suggested patch in each gcc directory in /opt/crosstool-ng-me/lib/ct-ng-1.8.0/patches/gcc/ for one with 32-bit Slackware 13.1 PC machine. Since the built was successful on PC machine with 64-bit Slackware 13.1, without adding patch, I didn't try to built with added patch.

As far as abicalls warnings are concerned all .o files in my project triggering those warnings, for example:

/root/x-tools/mips-unknown-linux-uclibc/lib/gcc/mips-unknown-linux-uclibc/4.3.2/../../../../mips-unknown-linux-uclibc/bin/ld: main.o: warning: linking abicalls files with non-abicalls files.

I also have another question. I would like to built Big endian, mips, linux, glibc, but which target should I use since there is no:

#/opt/crosstool-ng/bin/ct-ng mips-unknown-linux-glibc
make: *** No rule to make target 'mips-unknown-linux-glibc'. Stop.

Please, could you direct me what to do to get the right config file to build mips-unknown-linux-glibc (32-bit, mips2, glibc)?

Thank you for your time and your help.

Milan

--- On Wed, 9/29/10, Yann E. MORIN <yann.morin.1998@anciens.enib.fr> wrote:

> From: Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
> Subject: Re: Fw: CT_DoExecLog error during GCC build
> To: crossgcc@sourceware.org
> Cc: "milan radulovic" <radulovic_milan@yahoo.com>, lacombar@gmail.com
> Date: Wednesday, September 29, 2010, 6:28 PM
> All,
> 
> On Monday 27 September 2010 11:47:31 milan radulovic
> wrote:
> > I would like to inform that I succeeded to build the
> cross compiler for
> > MIPS architecture R4K,?without Thread local storage
> support (or threads
> > support).
> 
> Ah, thread-less builds are not something I test very often
> (if at all)...
> 
> > First of all, I took Arnaud's advice to install the
> necessary patch
> > this is gcc's PR/41818:
> > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41818
> > I added it in
> /opt/crosstool-ng-me/lib/ct-ng-1.8.0/patches/gcc/ in each
> > directory
> 
> Would you care to send a patch to crosstool-NG that adds
> that gcc patch?
> 
> > Please, change thread implementation to none, set
> architecture to mips2,
> > and do not forget to excluded?DUMA and GDB from Debug
> facilities option
> > in menuconfig since it is impossible to build cross
> compiler without
> > thread support if the DUMA and GDB are not switched
> off.
> 
> Odd. There is no sane reason we could not debug
> non-threaded apps, so it
> should be possible to build a gdb that can do it... :-/
> 
> > I have run building on two computers, one with 32-bit
> Slackware 13.1 the
> > other with 64-bit Slackware 13.1.
> > On computer with 64-bit Slackware 13.1 everything?was
> built without adding patch.
> 
> And does it build when the afore-mentioned patch is applied
> ?
> 
> > However, I have an issue with the compiling the
> multiple source files:
> > warning: linking abicalls files with non-abicalls
> files
> 
> Strange... The only relevant hit I get from google is a
> message dated 2003:
> ? http://sourceware.org/ml/binutils/2003-05/msg00679.html
> But 2.20.1 still has it...
> 
> Can you see what libs and/or .o files are trigerring the
> warning?
> 
> Regards,
> Yann E. MORIN.
> 
> -- 
> .-----------------.--------------------.------------------.--------------------.
> |? Yann E. MORIN? | Real-Time Embedded | /"\
> ASCII RIBBON | Erics' conspiracy: |
> | +33 662 376 056 | Software? Designer | \ /
> CAMPAIGN? ???|? ___? ?
> ? ? ? ? ???|
> | +33 223 225 172 `------------.-------:? X?
> AGAINST? ? ? |? \e/? There is
> no? |
> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML
> MAIL? ?
> |???v???conspiracy.? |
> '------------------------------^-------^------------------^--------------------'
> 




--
For unsubscribe information see http://sourceware.org/lists.html#faq


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