My final plan is to be able to provide a sdk addon for x86 based devices with some platform libraries that i am developing.
I took the /device/sample and made my own /device/mysample entry and when i compile, it compiles a arm version of the sdk addon. I want to be able to specify that the sdk addon is for target arch x86. Any body done that ?? --Anush On Tuesday, June 4, 2013 11:54:23 AM UTC-7, saket sinha wrote: > > I dont know if anybody has tried it before. What is your final plan? > > See, the same cross-compiling methods would apply which you use for > cross-compiling linux for arm i.e. > 1. first of all you need the x86 toolchain(by default gcc is configured > for x86 so that is not an issue ) > 2. then filesystem which is more elaborate than one compared with arm. > > Regards, > Saket Sinha > > > > On Tue, Jun 4, 2013 at 10:23 PM, Anush Krishnamurthy > <[email protected]<javascript:> > > wrote: > >> I want to build a sdk addon and saw that android platform has an example >> under /device/sample. When I try to build the addon it builds it by default >> for ARM. I would like to build something for x86. >> >> Any pointers will be helpful. >> >> Thanks, >> >> Anush >> >> -- >> -- >> unsubscribe: [email protected] <javascript:> >> website: http://groups.google.com/group/android-porting >> >> --- >> You received this message because you are subscribed to the Google Groups >> "android-porting" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
