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