Re: [android-porting] Re: Andoird on x86 Recompile with -Xlint:unchecked for details issue

2009-12-17 Thread Yi Sun
Hi Guru, The original issue is a symbol exporting issue. Different version of compiler could give u different result. But if you are using android-x86, you should use the same compile no matter where you are compiling it. So I don't know why it happens to you in that way. Yi 2009/12/17 guru : > HI

[android-porting] Re: Andoird on x86 Recompile with -Xlint:unchecked for details issue

2009-12-17 Thread guru
HI Yi Sun I too faced this problem. In one machine build was successful, but I copied to my system and tried then it stared giving the above problem. I was thinking why this behaviour!. What may be the exact reason? Regards Gururaja B O On Dec 16, 10:59 pm, Yi Sun wrote: > You need to pick up

[android-porting] Re: Andoird on x86 Recompile with -Xlint:unchecked for details issue

2009-12-16 Thread Yi Sun
You need to pick up the opencore patch from the download section of android-x86.org. You only need to donut patch On Wed, 2009-12-16 at 18:02 +0530, deepak singal wrote: > Hi all, > > I am trying to port Android on my board using latest source code: > repo init -u git://git.android-x86.org/platfo