Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I build a cross compiler for Digital Unix?

build compiler cross digital Unix
0
Posted

How can I build a cross compiler for Digital Unix?

0

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

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123