Code Monkey home page Code Monkey logo

cobalt's People

Contributors

arun-madhavan-013 avatar bramoosterhuis avatar damian-danylko avatar haseenamol avatar haseenasainul avatar karthick-somasundaresan avatar krplata avatar mfransen69 avatar mipo57 avatar modeveci avatar moorthy-bs avatar pwielders avatar woutermeek avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cobalt's Issues

Issues building third_party/v8 with GCC 6.3

Hi, I've been trying to get master to build with a GCC 6.3 based cross-compiler, host is x86_64, target is arm64. I've encountered innumerable issues, but the latest is more difficult. There's an error building the v8 library for the target platform (truncated due to length):

../../third_party/v8/src/builtins/builtins.cc: In constructor 'v8::internal::{anonymous}::OffHeapTrampolineGenerator::OffHeapTrampolineGenerator(v8::internal::Isolate*)':
../../third_party/v8/src/builtins/builtins.cc:340:60: error: use of deleted function 'v8::internal::MacroAssembler::MacroAssembler(v8::internal::Isolate*, const v8::internal::AssemblerOptions&, v8::internal::CodeObjectRequired, std::unique_ptr<v8::internal::AssemblerBuffer>)'
               ExternalAssemblerBuffer(buffer_, kBufferSize)) {}
                                                            ^
In file included from ../../third_party/v8/src/codegen/macro-assembler.h:39:0,
                 from ../../third_party/v8/src/codegen/macro-assembler-inl.h:9,
                 from ../../third_party/v8/src/builtins/builtins.cc:11:
../../third_party/v8/src/codegen/arm64/macro-assembler-arm64.h:1443:25: note: 'v8::internal::MacroAssembler::MacroAssembler(v8::internal::Isolate*, const v8::internal::AssemblerOptions&, v8::internal::CodeObjectRequired, std::unique_ptr<v8::internal::AssemblerBuffer>)' is implicitly deleted because the default definition would be ill-formed:
   using TurboAssembler::TurboAssembler;
                         ^~~~~~~~~~~~~~
../../third_party/v8/src/codegen/arm64/macro-assembler-arm64.h:1443:25: error: use of deleted function 'v8::internal::TurboAssembler::TurboAssembler(v8::internal::Isolate*, const v8::internal::AssemblerOptions&, v8::internal::CodeObjectRequired, std::unique_ptr<v8::internal::AssemblerBuffer>)'
../../third_party/v8/src/codegen/arm64/macro-assembler-arm64.h:154:29: note: 'v8::internal::TurboAssembler::TurboAssembler(v8::internal::Isolate*, const v8::internal::AssemblerOptions&, v8::internal::CodeObjectRequired, std::unique_ptr<v8::internal::AssemblerBuffer>)' is implicitly deleted because the default definition would be ill-formed:
   using TurboAssemblerBase::TurboAssemblerBase;
                             ^~~~~~~~~~~~~~~~~~
../../third_party/v8/src/codegen/arm64/macro-assembler-arm64.h:154:29: error: no matching function for call to 'v8::internal::CPURegList::CPURegList()'
In file included from ../../third_party/v8/src/codegen/register-arch.h:16:0,
                 from ../../third_party/v8/src/codegen/interface-descriptors.h:11,
                 from ../../third_party/v8/src/builtins/builtins-descriptors.h:9,
                 from ../../third_party/v8/src/builtins/builtins.cc:8:

This appears to be the issue reported here: nodejs/node-v8#103

I don't expect a solution to this problem, as this lies with the Cobalt developers. My question is, what GCC version has this fork been developed for? Are there any detailed instructions on the platform to use? I am trying to evaluate whether use of this fork is appropriate for my project. Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.