How can I build a cross compiler for Digital Unix?
Ioannis Venetis wrote: > 2 days ago I sent a message with the same subject > (http://gcc.gnu.org/ml/gcc-help/2002-09/msg00172.html), > but unfortunately I haven’t got any answers yet. I can’t offer much help right now (I know nothing about alpha-osf and I’m away from my usual build machine) but: The missing assembler and linker are going to be a problem. You should try investigating the binutils gas/bfd and ld directories to find out what alpha-* configurations they support. (Look at the config.* files.) I’d be surprised if they didn’t support any crosses to alpha. If you’re still stuck, might be better to ask on a binutils mailing list. You need both of these built before you can get much further. You’ll need system include headers and libraries to build against. Easist to take these from a live alpha system (from /usr/include – including subdirectories – and selections from /lib and /usr/lib – likely don’t need subdirectories). See ‘–with-headers’ and ‘–with-libs’ in the GCC config