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: Interworking (w/ Thumb) support in GNU toolchain


Sean Kelley said the following on 04/26/2006 07:42 AM:
I have a DLL that includes a mixture of ARM and Thumb code. I would
like to enable my applications to be at least interworking aware so
that they can call into this DLL. I have not seen much in the way of
details on how to enable at least interworking when putting together a
GNU toolchain for ARM. Any suggestions on how to go about this?
add --enable-interwork option to gcc configure. If you are using EABI toolchain
then interworking should work by default.
Thanks,

Sean


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