[android-porting] Re: ld error when compile the libwebcore.so

2012-10-19 Thread James Douglass Lefruy
*Try the following commands and tricks. it works for me with Android Jelly Bean (android-4.1.2_r1, released on October 9th,2012). It took me 3 days to figure it out:* *#Clean libwebcore built files * *make clean-libwebcore * *#Rebuild libwecore modules only* *make -j8 libwebcore* *#continue with

[android-porting] Re: ld error when compile the libwebcore.so

2012-10-19 Thread James Douglass Lefruy
Hi everybody, I had the same issue as you complained about it here. So for me it was due to the fact that I stopped the build process from make by pressing Ctrl+c becauses it slowed down my machine and it took almost 20 hours to compile and the machine seemed to be frozen. I just retype the make