discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnustep-base error


From: Eduardo Osorio Armenta
Subject: Re: gnustep-base error
Date: Tue, 27 Nov 2012 13:13:48 -0600

Honestly I don't know I got the compilers OOTB ubuntu 32bit, so i guess it must be x86-32,

how could i dig more into that issue?, blogs, how-to's? commands?


On Sun, Nov 25, 2012 at 4:54 AM, David Chisnall <theraven@sucs.org> wrote:
On 25 Nov 2012, at 07:02, Eduardo Osorio Armenta wrote:

> GNUmakefile:23: GNUstep found - building for install in the GNUstep filesystem.
> Assembling objc_msgSend.S...
> objc_msgSend.x86-32.S: Assembler messages:
> objc_msgSend.x86-32.S:92: Error: junk `.get_pc_thunk.bx' after _expression_
> objc_msgSend.x86-32.S:96: Error: junk `.get_pc_thunk.bx' after _expression_
> objc_msgSend.x86-32.S:100: Error: junk `.get_pc_thunk.bx' after _expression_
> make: *** [objc_msgSend.o] Error 1

Are you compiling for x86-64 or x86-32?  It's possible that GCC in 4.6 or later has changed the macros that it defines so that you're accidentally getting the 32-bit version instead of the 64-bit one.

David

P.S. Your life will be much easier if you just build Objective-C-related stuff with clang.  You'll even get a modern dialect of the language...

Ok, although hope you never drop GCC/linux support,please keep sharing your great work with us. BTW i bought your ebook (cocoa...) to learn more about the framework and hope to exercise in GNUstep
 
-- Sent from my STANTEC-ZEBRA



reply via email to

[Prev in Thread] Current Thread [Next in Thread]