[v8-users] How to build v8 arm for android on ubuntu

2017-01-11 Thread lvfulong0604
I build follow the doc. 1.) Install Git 2.) Install depot_tools 3.) Update depot_tools by executing the following into your terminal/shell: gclient 4.) Go into the

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

2017-01-11 Thread bruno fortunato
To be honest, I've tried with android-ndk-11c and it works. With embedded ndk (12b) not works On Wednesday, January 11, 2017 at 2:30:24 PM UTC+1, Jochen Eisinger wrote: > > hey, > > the latest v8 only supports GN for building. If you create an gn config > with these args: > > target_os =

[v8-users] Re: understanding v8 Inspector client

2017-01-11 Thread Harsha HS
Hi ibon, Do you have any sample code base of integrating chrome-dev inspector with embedded v8? Thanks, -Harsha On Tuesday, December 20, 2016 at 2:00:50 PM UTC+5:30, ibon tolosana wrote: > > Hi Alexey, > > thanks for the answer. > > I figured out what was happening on my side. Basically a

Re: [v8-users] How to compile the samples/hello-world.cc example on ubuntu 64 bit ?

2017-01-11 Thread Jochen Eisinger
can you build a current version of V8 (using gn/ninja)? On Fri, Jan 6, 2017 at 8:25 PM wrote: > Thank you for your answer Jochen Eisinger, but I tried this and it didn't > work, of course. I couldn't switch to the 4.8 version of v8, I don't know > why. Moreover, I would

Re: [v8-users] Re: Building with MSVC & GN - Where do the static files go?

2017-01-11 Thread Hans Maier
Ok, thanks for the Info. I will be using it as soon 5.7 becomes stable. Am Mittwoch, 11. Januar 2017 10:46:05 UTC+1 schrieb Jochen Eisinger: > > With the latest dev version of V8 (5.7), you should be able to get static > libraries using the gn flag v8_static_library = true > > On Tue, Jan 10,

Re: [v8-users] Re: Building with MSVC & GN - Where do the static files go?

2017-01-11 Thread Jochen Eisinger
With the latest dev version of V8 (5.7), you should be able to get static libraries using the gn flag v8_static_library = true On Tue, Jan 10, 2017 at 4:26 PM Hans Maier wrote: > Hi, > > I had the same issue. I ended up creating the static libs from the > obj-files using