Hi Devaraj,

There is indeed an Android.mk file in frameworks/base. I tried re-
downloading the codes from repo as you mentioned. But the results are
same.
I am more worried about compilation of camera than docs at the moment.
"target Java: Camera (out/target/common/obj/APPS/Camera_intermediates/
classes) "

Do you think they are related? There are plenty of warnings on
deprecation during compile. Will try a clean-build again. Let me know
if you have any more ideas.

Thanks,
akm

On Nov 12, 1:26 am, Devaraj Rangasamy <[email protected]> wrote:
> -find: `frameworks /base/frameworks/ base/docs /html': No such
> file or
>
> the above path is messed up..
> by anychance you have a redundant Android.mk file under framework/base??
>
> u can try if cleaning the project helps.,
> #rm -rf framework/base
> #repo  sync framework/base
> #make
>
> On 11/12/11, akm <[email protected]> wrote:
>
>
>
> > Hi,
>
> > I am facing problem compiling Android on my machine running Linux
> > Kernel 2.6.32-35. I freshly downloaded the source from Android master
> > branch and tried compiling it. It stops with following errors:
>
> > ------------------------------------------------------------------------------------------------------------------
> > $ make -j4
> > ============================================
> > PLATFORM_VERSION_CODENAME=AOSP
> > PLATFORM_VERSION=3.1.4.1.5.9.2.6.5
> > TARGET_PRODUCT=full
> > TARGET_BUILD_VARIANT=eng
> > TARGET_SIMULATOR=false
> > TARGET_BUILD_TYPE=release
> > TARGET_BUILD_APPS=
> > TARGET_ARCH=arm
> > TARGET_ARCH_VARIANT=armv7-a
> > HOST_ARCH=x86
> > HOST_OS=linux
> > HOST_BUILD_TYPE=release
> > BUILD_ID=OPENMASTER
> > ============================================
> > find: `frameworks/base/frameworks/base/docs/html': No such file or
> > directory
> > find: `out/target/common/docs/gen': No such file or directory
> > find: `frameworks/base/frameworks/base/docs/html': No such file or
> > directory
> > find: `out/target/common/docs/gen': No such file or directory
> > find: `frameworks/base/frameworks/base/docs/html': No such file or
> > directory
> > find: `out/target/common/docs/gen': No such file or directory
> > find: `frameworks/base/frameworks/base/docs/html': No such file or
> > directory
> > find: `out/target/common/docs/gen': No such file or directory
> > find: `frameworks/base/frameworks/base/docs/html': No such file or
> > directory
> > find: `out/target/common/docs/gen': No such file or directory
> > target Java: Camera (out/target/common/obj/APPS/Camera_intermediates/
> > classes)
> > target Package: CertInstaller (out/target/product/generic/obj/APPS/
> > CertInstaller_intermediates/package.apk)
> > Copying: out/target/common/obj/APPS/Contacts_intermediates/classes.jar
> > target Package: ContactsProvider (out/target/product/generic/obj/APPS/
> > ContactsProvider_intermediates/package.apk)
> > target Package: DefaultContainerService (out/target/product/generic/
> > obj/APPS/DefaultContainerService_intermediates/package.apk)
> >  'out/target/common/obj/APPS/DefaultContainerService_intermediates//
> > classes.dex' as 'classes.dex'...
> >  'out/target/common/obj/APPS/CertInstaller_intermediates//classes.dex'
> > as 'classes.dex'...
> >  'out/target/common/obj/APPS/ContactsProvider_intermediates//
> > classes.dex' as 'classes.dex'...
> > packages/apps/Camera/src/com/android/camera/ui/GLRootView.java:41:
> > cannot access javax.microedition.khronos.egl.EGLConfig
> > bad class file: javax/microedition/khronos/egl/EGLConfig.class(javax/
> > microedition/khronos/egl:EGLConfig.class)
> > unable to access file: corrupted zip file
> > Please remove or make sure it appears in the correct subdirectory of
> > the classpath.
> > import javax.microedition.khronos.egl.EGLConfig;
> >                                      ^
> > Processing target/product/generic/obj/APPS/
> > DefaultContainerService_intermediates/package.apk
> > make: *** [out/target/common/obj/APPS/Camera_intermediates/classes-
> > full-debug.jar] Error 41
> > ----------------------------------------------------------------------------------------------------------------------
>
> > I tried looking at previous messages on this. Seems like external/
> > clearsilver/*/Android.mk code has been changed to account for 32-bit
> > compilation. Why does this error happen? Am I missing a library?
>
> > Thanks,
> > akm
>
> > --
> > unsubscribe: [email protected]
> > website:http://groups.google.com/group/android-porting
>
> --
> Regards,
> Devawww.bittoggler.com

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to