This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Building IA-64 gcc breaks


navin wrote:
../../gcc-3.2/gcc/config/ia64/fde-glibc.c:42:3: #error You need GLIBC 2.2.4 or later on IA-64 Linux

You need a newer copy of glibc. The one you have is too old to work with gcc 3.x.


2)I saw on the posts that we could do that same by doing gcc and glibc in parallel.

This is a general linux cross compiler problem, not an IA-64 problem. We have instructions on how to build a cross compiler to an embedded target that uses newlib, but we have no documented process for building a cross compiler to a linux target that uses glibc if you don't already have access to such a system. I don't know how to do this offhand. I believe it is considerably more complicated than an embedded cross. You could ask for general help on doing gcc/glibc cross builds for linux, and avoid mentioning IA-64 since that might confuse people who don't do IA-64 work.


Jim



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]