This is the mail archive of the gcc-help@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]

cross-compiling: ia32 -> ia64-hpux


Hi,

because the aCC (HP-UX compiler) is such a bad thing I want to use gcc-3.3.2.
I need some advice how to configure and build the binutils and the gcc for 
cross-compiling - compiling the apps on Pentium4 Linux system and runing it 
at HP-UX 11i (or so) with Itanium processors.

I've downloaded the newest binutils and configured it with --host=i386-linux 
--target=ia64-hpux --prefix=/usr/local/ia64-hpux. Building binutils was not a 
problem.

I've problems with the configuration options for gcc:
--enable-languages=c,c++ --disable-shared --prefix=/usr/local/ia64-hpux  
--target=ia64-hpux 

Building the gcc doesn't work. I get error message from some sub-config script 
'...c-compiler does work...no...' (or so).

What about the headers? I've read that some headers have to be fixed?!

hopefully you can give me some help how to get gcc compiled.

with best regards
Oliver

-- 
"Der Spezialist ist ein Barbar, dessen Unwissenheit nicht allumfassend ist."
Master's Voice, S.LEM


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