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: Thank you so much for crosstool!


Dan Kegel said the following on 03/03/2006 08:31 AM:
On 3/3/06, Mark Deneen <mdeneen@gmail.com> wrote:
I was wondering if you have ever built glibc with
thumb/thumb-interwork support?

No, I haven't ever tried.
I have tried and it will not work out of box. it needs plenty of work to get glibc compiled in thumb mode. Why don't you try uclibc if you are concerned about size.
To get interworking support, I changed arm.dat to the following:

KERNELCONFIG=`pwd`/arm.config
TARGET=arm-unknown-linux-gnu
TARGET_CFLAGS="-O -mthumb -mthumb-interwork"


It is compiling now. I will let you know how it goes. It will be a
few hours. ;-)

OK. Please cc the crossgcc mailing list with the results. Thanks and good luck. - Dan

--
Wine for Windows ISVs: http://kegel.com/wine/isv

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



--
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]