Code Monkey home page Code Monkey logo

Comments (4)

adamgreen avatar adamgreen commented on August 25, 2024 1

I have updated the "Important Notes" in the working branch to include the apt-get command line which worked for you. Will be pushed to master after the next full test pass.

Thanks again!

from gcc4mbed.

adamgreen avatar adamgreen commented on August 25, 2024

It seems like it is having some kind of problem running arm-none-eabi-g++ on your Linux distro. I guess you could try 2 things that might help narrow down the problem:

  • what happens if you try just running g++ from your command line:
gcc4mbed/gcc-arm-none-eabi/bin/arm-none-eabi-g++ --version
  • Try running make with the verbose command option and attach the full output here:
cd gcc4mbed/samples/HelloWorld
make VERBOSE=1 clean deploy

If you are running a 64-bit version of Linux then you will need to install 32-bit binary support if you haven't done that already. On Ubunutu 12.04 I use sudo apt-get install ia32-libs but on newer versions I think you might need sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32asound2 to install the equivalent.

from gcc4mbed.

cyndiac avatar cyndiac commented on August 25, 2024

Thanks! It makes now. The specific command that I used was
sudo apt-get install -y lib32z1 lib32ncurses5 lib32bz2-1.0
from http://ssb.stsci.edu/ureka/dev/docs/32bit_iraf.html

Apt-get couldn't find the last package you listed, but it seems works fine without it!

from gcc4mbed.

adamgreen avatar adamgreen commented on August 25, 2024

Happy to hear that helped. I have always seen it give a file not found error before when the 32-bit libs were missing and not that syntax error. Almost looks like the shell tried to run it as a script or something.

Yeah, that last package looked weird to me as well but it was what I saw listed on one website. I will update the README to include the command that worked for you.

Thanks for the follow-up.

from gcc4mbed.

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.