Coder Social home page Coder Social logo

Cannot build with Ubuntu 21.04 about pongoos HOT 2 OPEN

checkra1n avatar checkra1n commented on July 22, 2024
Cannot build with Ubuntu 21.04

from pongoos.

Comments (2)

TheModdersDen avatar TheModdersDen commented on July 22, 2024

First, I highly recommend you check out #85. Second, if you're on Ubuntu, try adding the Checkra1n repo (and some packages) by doing so:
echo 'deb https://assets.checkra.in/debian /' | sudo tee /etc/apt/sources.list.d/checkra1n.list
sudo apt-key adv --fetch-keys https://assets.checkra.in/debian/archive.key
sudo apt-get update
sudo apt-get install -y ld64 cctools-strip clang llvm gcc.

You can then run:
sudo make -C newlib distclean; sudo make -C newlib all and it should clean your build directory and build the first part anew.

Then, run: sudo make all

This is what worked for me on my WSL2 Ubuntu distro.

Here's a screenshot of what you should wind up with:
Output

EDIT: Sorry to necro an old issue. I just wanted to put this out there to help prevet future repeats of this problem.

from pongoos.

veronduh avatar veronduh commented on July 22, 2024

Also, having this exact issue in ubuntu 20.04. Ran sudo make -C newlib distclean; sudo make -C newlib all then sudo make all with same results as originally posted. I can start a new ticket if preferred.

from pongoos.

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.