hi everybody !
i am a new Android user and developer.after 6 month using Android ,one
month age i decided to compile my own rom from source.
my device is Samsung Galaxy S GT-i9000 and download Android source
from
http://android.git.kernel.org.
my steps to compile rom is exactly based on google instruction
explained in
http://source.android.com/source/index.html. my
development system specs are :
Hardware : sony vaio laptop with 2.2 core 2 due intel cpu + 3 GB of
Ram + 20 GB free space hard disk
software : ubuntu linux i386 version 10.04 + all packeges are updated
using ubuntu update manager + all dependencies needed to compile
Android source ( i used this group discussions and some other internet
resources to do that ) . my JDK version is 1.5 so there is no problem
AFAIK.
steps to compile Source :
1- cd android_build/myDroid
2- source build/envsetup.sh
3- lunch 1
4- make clean
5- make
problem :
after about one hour of compile work , the build process fails and
stops with this error log :
out/target/product/generic/obj/STATIC_LIBRARIES/libxml2_intermediates/
libxml2.a)
target SharedLib: libwebcore
(out/target/product/generic/obj/SHARED_LIBRARIES/
libwebcore_intermediates/LINKED/libwebcore.so)
out/target/product/generic/obj/STATIC_LIBRARIES/
libwebcore_intermediates/libwebcore.a(CSSParser.o):
In function `WebCore::CSSParser::lex(void*)':
/volumes/android/droid/external/webkit/WebCore/css/CSSParser.cpp:4533:
undefined reference to `WebCore::CSSParser::lex()'
collect2: ld returned 1 exit status
make: ***
[out/target/product/generic/obj/SHARED_LIBRARIES/
libwebcore_intermediates/LINKED/libwebcore.so]
Error 1
there is 2 post in this group facing exactly my problem . they are
located
http://code.google.com/p/android/issues/detail?id=4485 and
http://code.google.com/p/android/issues/detail?id=4943
but if you refer those post , their problem occur in Mac OS so their
solution is not useful for me.
i am sure that the source of webkit and webcore is not the problem
because i tried with the webkit that comes from samsung open source
and i get same result.
please help me.thanks!