Hi,

Please follow steps given in attached file to generate .iso image.
Attcahed file may help you to solve all your problem.
I wish my file help you to solve your problem.
Problem you face may be because of improper java version as well.
Let me know if any problem come.

Thanks,
Dhaval shah.


On Wed, Aug 11, 2010 at 1:11 PM, Blackrose <chenx...@gmail.com> wrote:

> my system is ubuntu10.04
>                     jdk 1.6.0_20
> i have install all the required packages.
> when i use "make" commend,the error is
>
> make: *** [out/host/linux-x86/obj/SHARED_LIBRARIES/libclearsilver-
> jni_intermediates/j_neo_util.o] Error 1
>
> i haven't mistake ,how can i do to continue compile?
>
> please help me
>
> thank you !
>
> --
> unsubscribe: 
> android-kernel+unsubscr...@googlegroups.com<android-kernel%2bunsubscr...@googlegroups.com>
> website: http://groups.google.com/group/android-kernel

-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel
 ==============================
| for ubuntu 10.04 ANDROID-X86 |
 ============================== 
 ==============================

---------------------
|install Git package|
---------------------
Git 1.5.4 or newer and the GNU Privacy Guard
 
 sudo apt-get install git-core
 =============================

----------------------
|java 1.5 is required|
---------------------

<error begin>
if below error comes during the android source compilation
You are attempting to build with the incorrect version
of javac.
 
Your version is: /bin/bash: javac: command not found.
The correct version is: 1.5.
<error end>

follow the below steps
(1) Add the following to /etc/apt/sources.list:
--> deb http://us.archive.ubuntu.com/ubuntu/ jaunty multiverse
--> deb http://us.archive.ubuntu.com/ubuntu/ jaunty-updates multiverse

(2)Update the package list:
--> sudo apt-get update

(3)Install Sun Java 1.5:
--> sudo apt-get install sun-java5-jdk
========================================

--------------------------------------
| repo pcakage is required to install |
---------------------------------------
wget http://android.git.kernel.org/repo
mv repo ~/bin/repo
chmod a+x ~/bin/repo
mkdir working-directory-name 
cd working-directory-name 
repo init -u git://android.git.kernel.org/platform/manifest.git 

for x86 realted project

repo init -u git://git.android-x86.org/platform/manifest.git

or
for 2.1 release eclair branch
repo init -u git://git.android-x86.org/platform/manifest.git -b eclair-x86 
or
for 1.6 release donut branch
repo init -u git://git.android-x86.org/platform/manifest.git -b donut-x86

================================================================

-------------------------------
| dowload android source code |
-------------------------------

repo sync
===================================

------------------------------
| compile android source code |
------------------------------ 

make iso_img TARGET_PRODUCT=eeepc 
=================================

 -------------------------
|load .iso image on wmware |
 -------------------------

get .iso image from following location

out/target/product/eeepc/eeepc.iso

and load on wmware
=====================================

Reply via email to