I am building V8 to use it by libadblockplus , but libadblockplus needs  a 
lib file i.e.   v8/out.gn/x64.Release/obj.lib
I am also getting this error FAILED: cctest.exe cctest.exe.pdb
Is this the error which is causing obj.lib not to be build ?



On Friday, August 31, 2018 at 3:09:23 AM UTC-4, Quan Chen wrote:
>
> I'm new to v8 and I'm trying to build static lib of v8. The problem I got 
> is, after following the steps described in the link below I got build 
> errors at step 5:
> https://github.com/v8/v8/wiki/Getting%20Started%20with%20Embedding
>
> And the messages are like this:
> ninja: Entering directory `out.gn/x64.release'
> [1571/1585] LINK cctest.exe cctest.exe.pdb
> FAILED: cctest.exe cctest.exe.pdb
> ninja -t msvc -e environment.x64 -- 
> ../../third_party/llvm-build/Release+Asserts/bin/lld-link.exe /nologo 
> /OUT:./cctest.exe /PDB:./cctest.exe.pdb @./cctest.exe.rsp
> lld-link.exe: error: <root>: undefined symbol: mainCRTStartup
> [1576/1585] LINK v8_simple_wasm_code_fuzzer.exe 
> v8_simple_wasm_code_fuzzer.exe.pdb
> ninja: build stopped: subcommand failed.
>
>
> I need to work with v8 so I can work with the v8 dev team on the 
> verification of this issue. So, how can I contact the dev team to report 
> this issue and finally get the v8 static libs I need?
>
> Thanks,
> Quan
>

-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to