Re-reading your error text, I suggest you exclude JETBoy sample app. From: Naresh MEHTA Sent: den 5 september 2012 09:31 To: venkat k raju Cc: [email protected]; android-porting Subject: RE: [android-porting] Re: [rowboat] Re: building error ICS ANDROID
Hi, I think you are trying to compile CTS in with your codebase. If you are doing this just as a learning activity for a non-commercial device, there is no need to compile CTS. You can comment out the following lines in cts/Android.mk file. #Include cts/CtsTestCoverage.mk #Include $(call all-subdir-makefiles) That should resolve your compile error. BR; Naresh From: venkat k raju [mailto:[email protected]]<mailto:[mailto:[email protected]]> Sent: den 5 september 2012 05:15 To: Naresh MEHTA Cc: [email protected]<mailto:[email protected]>; android-porting Subject: Re: [android-porting] Re: [rowboat] Re: building error ICS ANDROID Hi Naresh MEHTA, thanks a lot. i have done changes based on your suggestion. it's able to build the rootfs with bellow error message . please check my attachment file. is this error because of force building or what? On Tue, Sep 4, 2012 at 1:15 PM, Naresh MEHTA <[email protected]<mailto:[email protected]>> wrote: Modify build/core/main.mk<http://main.mk>. Search for the string 1.6.0_18. Change the ifneq to ifeq where the Java version is being checked. That will solve your problem using OpenJDK. From: [email protected]<mailto:[email protected]> [mailto:[email protected]<mailto:[email protected]>] On Behalf Of venkat k raju Sent: den 30 augusti 2012 04:44 To: [email protected]<mailto:[email protected]> Cc: android-porting Subject: [android-porting] Re: [rowboat] Re: building error ICS ANDROID hi david.lindley, thanks for you reply $java -version java version "1.6.0_18" OpenJDK Runtime Environment (IcedTea6 1.8.8) (fedora-51.1.8.8.fc13-i386) OpenJDK Server VM (build 14.0-b16, mixed mode) On Wed, Aug 29, 2012 at 6:37 PM, <[email protected]<mailto:[email protected]>> wrote: Can you give us the print out when you type: java -version In terminal? Thanks David On Tuesday, 28 August 2012 12:00:36 UTC+1, venkat k raju wrote: Dear all, please check bellow error message and tell me what is wrong with my procedure . make TARGET_PRODUCT=omap3evm TARGET_BUILD_VARIANT=tests -j8 droid ============================================ PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=4.0.3 TARGET_PRODUCT=omap3evm TARGET_BUILD_VARIANT=tests TARGET_BUILD_TYPE=release TARGET_BUILD_APPS= TARGET_ARCH=arm TARGET_ARCH_VARIANT=armv7-a-neon HOST_ARCH=x86 HOST_OS=linux HOST_BUILD_TYPE=release BUILD_ID=IML74K ============================================ Checking build tools versions... ************************************************************ You are attempting to build with the incorrect version of java. Your version is: java version "1.6.0_18". The correct version is: Java SE 1.6. Please follow the machine setup instructions at http://source.android.com/source/download.html ************************************************************ build/core/main.mk:131<http://main.mk:131>: *** stop. Stop. note : i have been using Gingerbread-2.3.4 it's working fine. thanks&Regards k.v.raju -- You received this message because you are subscribed to the Google Groups "rowboat" group. To view this discussion on the web visit https://groups.google.com/d/msg/rowboat/-/sckptAtCytUJ. To post to this group, send email to [email protected]<mailto:[email protected]>. To unsubscribe from this group, send email to [email protected]<mailto:rowboat%[email protected]>. For more options, visit this group at http://groups.google.com/group/rowboat?hl=en. -- thanks&Regards k.v.raju -- unsubscribe: [email protected]<mailto:[email protected]> website: http://groups.google.com/group/android-porting -- thanks&Regards k.v.raju -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
