I want to build a toolchain from gnuarm.org from sources. I don’t want to use binary version because i’m running x64 linux. Can you point me to some kind of tutorial?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to install libx11-dev to compile Insight.
Besides that, your own answer works just fine.
Edit: Oh, and you might miss termcap as well, get it here: GNU Termcap
Edit2: Configure seems to be tight-ass about ignoring return values ‘‘xxx’, declared with attribute warn_unused_result‘, so you might need to modify the options or about 12 instances to catch return values to get clean build.