I need to compile my code for Itanium, but it seems that all of the compilers (ecc, gcc, orc) require an Itanium machine to do so. Any suggestions?
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 set gcc up as a cross compiler. This involves building binutils and gcc yourself.
The IA64wiki at http://www.gelato.unsw.edu.au/IA64wiki/CrossCompilation has a tutorial on how to set this up.