Giter Site home page Giter Site logo

Comments (6)

LilachDery avatar LilachDery commented on July 23, 2024

I have 64 bit

from ri5cy_gnu_toolchain.

FrancescoConti avatar FrancescoConti commented on July 23, 2024

Which version of Ubuntu are you using?

from ri5cy_gnu_toolchain.

LilachDery avatar LilachDery commented on July 23, 2024

version: 16.04

these my new errors:

Makefile:214: recipe for target 'stamps/build-gcc-newlib' failed
make[1]: *** [stamps/build-gcc-newlib] Error 1
make[1]: Leaving directory '/home/pulp1234/Desktop/ri5cy_gnu_toolchain-master/build'
Makefile:28: recipe for target 'build' failed
make: *** [build] Error 2

I have tried to search after solution at google but it's still not solve

from ri5cy_gnu_toolchain.

haugoug avatar haugoug commented on July 23, 2024

You didn't put the error, it is impossible to know what happened, the error should be better reported earlier in the terminal or in a file

from ri5cy_gnu_toolchain.

LilachDery avatar LilachDery commented on July 23, 2024
configure: error: Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
their locations.  Source code for these libraries can be found at
their respective hosting sites as well as at
ftp://gcc.gnu.org/pub/gcc/infrastructure/.  See also
http://gcc.gnu.org/install/prerequisites.html for additional info.  If
you obtained GMP, MPFR and/or MPC from a vendor distribution package,
make sure that you have installed both the libraries and the header
files.  They may be located in separate packages.
Makefile:214: recipe for target 'stamps/build-gcc-newlib' failed
make[1]: *** [stamps/build-gcc-newlib] Error 1
make[1]: Leaving directory '/home/pulp1234/Desktop/ri5cy_gnu_toolchain-master/build'
Makefile:28: recipe for target 'build' failed
make: *** [build] Error 2

from ri5cy_gnu_toolchain.

haugoug avatar haugoug commented on July 23, 2024

You are missing a few packages, you can install them with this command:
sudo apt-get install libgmp-dev libmpc-dev libmpfr-dev

from ri5cy_gnu_toolchain.

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.