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
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
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
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,
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