Giter Club home page Giter Club logo

Comments (3)

jafingerhut avatar jafingerhut commented on July 17, 2024 1

Agreed with your analysis that file mm_malloc.h exists on amd64 architecture Ubuntu 22.04, but not aarch64. I have filed this issue on p4c to let developers know about this issue: p4lang/p4c#4639

Until they change things to enable compiling on aarch64 Ubuntu again (I have no idea how long that might be), I would recommend modifying your copy of the install-p4dev-v7.sh script to add the git checkout line shown below:

    # Clone p4c and its submodules:
    get_from_nearest https://github.com/p4lang/p4c.git p4c.tar.gz
    cd p4c
    # Use a version of p4c source before it broke the build for Ubuntu 22.04 on aarch64 processors
    git checkout 6e20abe20702c3f7e20a8c5c642e1d7a4ab01559
    git log -n 1

from p4-guide.

jafingerhut avatar jafingerhut commented on July 17, 2024

This might be due to changes in p4c since last month, the last time I tested this install script on arm64 Ubuntu 22.04.

I am running this test script again now (along with other processor/OS-version combinations) to get updated results, and let you know if I see this, too.

from p4-guide.

ynishimi avatar ynishimi commented on July 17, 2024

It seems that the P4 development tools was successfully installed with the modified install-p4dev-v7.sh script.
Thank you for helping me out!

from p4-guide.

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.