Re: [v8-users] V8 for Android undefined symbol v8::base::SysInfo::NumberOfProcessors()

2017-01-29 Thread Dzung Tran
Can you tell me where can I find this LOCAL_STATIC_LIBRARIES in v8 directory to modify? I am getting the same error. I am surprise this is not fix in the v8 repo. On Tuesday, November 1, 2016 at 1:06:37 PM UTC-7, ibon tolosana wrote: > > Hi Rodolph, > > yes, I did follow that instructions. > What

[v8-users] Help with linking v8 libraries with android code

2017-01-28 Thread Dzung Tran
I built the v8 libraries using GN using these args: is_debug = false v8_static_library = true v8_target_cpu = "arm" target_os = "android" target_cpu = "arm" I got these libraries: parallels@ubuntu:~/v8$ find out.gn/ -name *.a out.gn/arm.release/clang_x86_v8_arm/obj/libv8_lib

Re: [v8-users] Builder v8 as a static library for Android

2017-01-28 Thread Dzung Tran
Have you try using GN to build the libraries? I have issue linking with android code. Do you have instruction on include these v8 libraries into a Android project? On Monday, November 11, 2013 at 8:00:40 PM UTC-8, Diep Nguyen Hoang wrote: > > Sorry for late reply, but what error you encountered?

Re: [v8-users] v8 build issues for Android.

2017-01-28 Thread Dzung Tran
th those > quite easily (so can you- in your Android.mk just list the .a files as > LOCAL_STATIC_LIBRARY modules and add them as local static libraries to your > main library's build). > > On Friday, January 27, 2017 at 2:21:10 AM UTC-5, Dzung Tran wrote: >> >>

Re: [v8-users] v8 linker issues for android build on Mac

2017-01-28 Thread Dzung Tran
to build a .so for Android > > On Thu, Jan 26, 2017 at 11:32 PM, Dzung Tran > wrote: > >> How do you build one libv8.so file for Android? I am using Ubuntu. What >> would be the correct GN args? I can't seem to get a libv8.so. I am getting >> bunch of archive fi

Re: [v8-users] v8 linker issues for android build on Mac

2017-01-26 Thread Dzung Tran
How do you build one libv8.so file for Android? I am using Ubuntu. What would be the correct GN args? I can't seem to get a libv8.so. I am getting bunch of archive files. On Thursday, January 26, 2017 at 6:42:42 AM UTC-8, Jochen Eisinger wrote: > > it's blocked on the NDK we download not suppor

Re: [v8-users] v8 build issues for Android.

2017-01-26 Thread Dzung Tran
ut the outdated docs). > > You'll have to use gn and set target_os = "android" and target_cpu = "arm" > > hth > -jochen > > On Tue, Jan 24, 2017 at 6:11 PM Dzung Tran > wrote: > >> I followed the instructions on >> https://github.com/v8/v

Re: [v8-users] Cannot build latest v8_android on ubuntu 14.04 or 16.04

2017-01-24 Thread Dzung Tran
I did a "make android_arm.release" and I got the link error below: LINK(host) /home/parallels/v8/out/android_arm.release/mksnapshot /home/parallels/v8/out/android_arm.release/obj.host/src/libv8_libplatform.a(/home/parallels/v8/out/android_arm.release/obj.host/v8_libplatform/src/libplatform/defau

[v8-users] v8 build issues for Android.

2017-01-24 Thread Dzung Tran
I followed the instructions on https://github.com/v8/v8/wiki/Building%20with%20Gyp and I get the error with linking at the end as in: CXX(host) /home/parallels/v8/out/android_arm.release/obj.host/icuuc/third_party/icu/source/common/utrie2_builder.o CXX(host) /home/parallels/v8/out/android_