-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gcc build issues again in Ubuntu 13.10 #60
Comments
Did you ever figure out what was going on? I am having similar issues with ubuntu 14.04, kernel 3.13.0-24, gcc Ubuntu 4.8.2-19ubuntu1 |
gcc-arm-embedded is in the Ubuntu repositories. Why would you use this script anymore? |
@tdaede some people don't use ubuntu. Others want to be able to build from source. The gcc-arm-embedded build scripts (at least last I looked) are a disaster that assume one is running 32bit ubuntu (a particular version too, IIRC). Maybe the builder wants newer or customized versions of gcc or newlib. Perhaps they want to build the libs with a particular set of flag/options. Maybe they aren't comfortable becoming dependent on magical binaries just showing up for the time being. |
I am too facing this error. Any solution yet? |
Its a texinfo bug, install older version of texinfo ( worked in my case ) example ver 4.13a sudo apt-get build-dep texinfo //next download texinfo and unpack ./configure |
@voland That worked for me.. thank you.. |
I have the following error log when I execute ./summon-arm-toolchain. I've tried with different versions of gcc using update-alternatives without success. I also checked thoroughly dependencies and old issues (or I made my best effort at least). This is the third time I install this toolchain in the last two years in different computers and as far I remember this has never happened to me before.
Impossible to point out where the error take place in the text below. It is here
I'm using Ubuntu 13.10 64 bits. Kernel 3.11.0-18, gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu9)
I also tried with:
gcc version 4.6.4 (Ubuntu/Linaro 4.6.4-3ubuntu1)
gcc version 4.4.7 (Ubuntu/Linaro 4.4.7-2ubuntu2)
Any suggestions?
Makefile output:
Config.log:
Any help would be welcome!
Thank you
The text was updated successfully, but these errors were encountered: