Re: [android-kernel] Compiling Android Source Code, error

2010-07-30 Thread hedwin
Found the e-mail thread. Did you use envsetup.h to set the correct environment? I use only the prebuild toolchain not the once I installed myself (except java). On Fri, Jul 30, 2010 at 5:27 PM, hedwin wrote: > The error mentioned pops up only when compiling no java source. > > Build froyo yesterd

Re: [android-kernel] Compiling Android Source Code, error

2010-07-30 Thread hedwin
The error mentioned pops up only when compiling no java source. Build froyo yesterday with the 64bit forced build removed and using java6 and build came through. On Fri, Jul 30, 2010 at 4:30 PM, Brandon Rosenbaum wrote: > You've probably read this elsewhere, but I've gotten this error before whe

Re: [android-kernel] Compiling Android Source Code, error

2010-07-30 Thread Brandon Rosenbaum
You've probably read this elsewhere, but I've gotten this error before when I had java6 installed instead of the recommended java5. On Thu, Jul 29, 2010 at 5:32 PM, hedwin wrote: > The problem seems to related to the fact that the source files in > clearsilver are forced to be build for 64bit. I

Re: [android-kernel] Compiling Android Source Code, error

2010-07-29 Thread hedwin
The problem seems to related to the fact that the source files in clearsilver are forced to be build for 64bit. In ubuntu (using 10.04, 32bit) the necessary include files for 64bit are not always available. Solution I used is to remove the requirement to build for 64bit. On Mon, Jul 12, 2010 at 8

[android-kernel] Compiling Android Source Code, error

2010-07-15 Thread kishore
host Java: droiddoc (out/host/common/obj/JAVA_LIBRARIES/ droiddoc_intermediates/classes) Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Install: out/host/linux-x86/framework/droiddoc.jar host C: libclearsilver-jni <= external/clearsilve