[v8-users] v8 build issue

2023-04-21 Thread Weihua Wang
I have been cross-compiling v8 for ARM and now trying to get the tip of v8 and compile. Now I got this error? Could anyone shed some light on this? ERROR at //BUILD.gn:11:1: Unable to load "v8/build/config/riscv.gni". import("//build/config/riscv.gni") -- -- v8-users mailing list v8-users@goog

Re: [v8-users] v8 build issue v.3.22.14

2013-10-18 Thread Louis Santillan
The alternative process is 1) checkout v8 2) cd v8 3) make dependencies 4) make On Fri, Oct 18, 2013 at 10:57 AM, Jochen Eisinger wrote: > 4) checkout ICU :) > > > On Fri, Oct 18, 2013 at 3:49 AM, Jakob Kummerow > wrote: >> >> I think SVN doesn't let you checkout into existing directories. Try

Re: [v8-users] v8 build issue v.3.22.14

2013-10-18 Thread Jochen Eisinger
4) checkout ICU :) On Fri, Oct 18, 2013 at 3:49 AM, Jakob Kummerow wrote: > I think SVN doesn't let you checkout into existing directories. Try doing > it the other way round: > 1.) checkout V8 (which automatically creates the "v8" directory) > 2.) cd v8 > 3.) checkout GYP > > See also further d

Re: [v8-users] v8 build issue v.3.22.14

2013-10-18 Thread Jakob Kummerow
I think SVN doesn't let you checkout into existing directories. Try doing it the other way round: 1.) checkout V8 (which automatically creates the "v8" directory) 2.) cd v8 3.) checkout GYP See also further dependencies listed at https://code.google.com/p/v8/wiki/BuildingWithGYP. On Fri, Oct 18,

[v8-users] v8 build issue v.3.22.14

2013-10-18 Thread Prashant Patil
Hello nice peoples, thank you for great environment, yesterday i tried to build v8 on my PC , i have v8 directorie and inside it build directory is already present when i tried svn checkout of v8 it downloaded every directory except files in build directory which leads to make me confuse where