Git Product home page Git Product logo

Comments (2)

aqjune avatar aqjune commented on June 2, 2024 1

I see, thank you for a reply! Maybe I can try remill on my x86-64 EC2 instance instead.

from remill.

ekilmer avatar ekilmer commented on June 2, 2024

Hello! There are a few things going on here...

First, the error message about only supporting xenial (16.04) and trusty (14.04) is wrong. We only translate for Ubuntu 20.04, so your distribution, 22.04, is not supported yet by the build script.

Second, our pre-built releases do not support ARM64 anymore. I have opened an issue to track support for this (through cross-compilation) on GitHub Actions.

To work around these issues, you will need to build cxx-common on your machine. Follow the directions here. Note, you will probably want to pass --release to the build_dependencies.sh script to get similar binaries to what is in cxx-common releases; this will build Release build type only. If you do not pass --release, then you will build a Debug version of LLVM, which can take 100GB+ of disk space.

from remill.

Related Issues (20)

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.