Skip to content
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

install_arm-none-eabi-gcc.sh is not complete #14

Closed
sorgelig opened this issue Jan 2, 2016 · 2 comments
Closed

install_arm-none-eabi-gcc.sh is not complete #14

sorgelig opened this issue Jan 2, 2016 · 2 comments

Comments

@sorgelig
Copy link
Contributor

sorgelig commented Jan 2, 2016

Building of gcc has failed because required libs are missing: MPC, MPFR, GMP
I believe some linux distro have these libraries installed and thus gcc will be built successfully, but for general case it's better to download these libs and put into gcc source folder - and they will be automatically picked by compiler.
That's how i've compiled it in Ubuntu 14.1.

I hope i won't need ARM JTAG soon ;)

@harbaum
Copy link
Contributor

harbaum commented Jan 2, 2016

That should just be a matter of apt-get installing the apropriate -dev packages. That works at least for all the ubuntu versions I've used so far incl 15.10.

The arm flasher nowadays also needs a small fix. I should actually document these.

@harbaum
Copy link
Contributor

harbaum commented Jan 2, 2016

Added some remarks regarding the libraries to
https://github.com/mist-devel/mist-board/wiki/HowToCompileTheFirmware

@harbaum harbaum closed this as completed Jan 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants