Hi Wang, I don't quite understand why you need the armv4t of libgcc.a alone.
I think compile the source code by using the koolu's toolchain could solve your problem. If things still don't work, please let me know and detail the problem that bothers you. Regards, BigFly On Dec 14, 12:29 pm, wang jintong <[email protected]> wrote: > Hi bigfly, > > Can you send your libgcc.a to me ? My libgcc.a is based on armv5te arch . It > can not be used on armv4t arch . > > thank you very much. > > > > On Mon, Dec 14, 2009 at 9:28 AM, bigfly <[email protected]> wrote: > > Hello ironox, > > > I have solved my problem by disabling the thumb instruction set > > support. > > Basically, I just merged part of the build system of Eclair. > > > The detailed steps: > > > 1. Merged the following two files from the Eclair: > > build/core/combo/linux-arm.mk > > build/core/combo/arch/arm/armv4t.mk > > > 2. Change other files accordingly. > > TARGET_ARCH_VERSION -> TARGET_ARCH_VARIANT > > > 3. Use the koolu's toolchain to compile. > > > I hope these information can help you. > > > Best Regards, > > > BigFly > > > -- > > unsubscribe: > > [email protected]<android-porting%2Bunsubscribe@ > > googlegroups.com> > > website:http://groups.google.com/group/android-porting -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
