GithubHelp home page GithubHelp logo

Comments (1)

abhiTronix avatar abhiTronix commented on May 20, 2024

I ran a script to install GCC8.2.0 and after 9 hours I ran the same commands to compile which gave me the error and it worked. I believe your library links are not complete.

@TheJediMaster This error is not related to this repository or GCC 8.2.0 at all. You can check your working binaries as depicted in READMe section i.e. as follows:

Testing: (Post Linking)

You can check Installed versions as below:

    Native Compiler[if you DON'T followed step-6] (Raspberry pi only):
    arm-linux-gnueabihf-gcc-8.2.0 --version

    arm-linux-gnueabihf-g++-8.2.0 --version

    arm-linux-gnueabihf-gfortran-8.2.0 --version

    Native Compiler[if you followed step-6] (Raspberry pi only):
    gcc --version

    g++ --version

    gfortran --version

    Cross- Compiler (Ubuntu x64 Tested):
    arm-linux-gnueabihf-gcc --version

    arm-linux-gnueabihf-g++ --version

    arm-linux-gnueabihf-gfortran --version

Using your method I have the following error
configure: error: No working boost sleep implementation found.

This is a configure error, which is not related to the compiler but occurs due to missing dependency i.e. boost development libraries in your case, required by the Toolkit/Software/Code you are trying to run/install/configure on your machine. So you can easily correct his error by installing the required boost development libraries as follows:

 sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev

and then rerun your configure command again.

Also Next time, Kindly correct this type of simple error by googling them instead of raising issue here, Goodluck.

from raspberry-pi-cross-compilers.

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.