help-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Cross compiling HURD


From: Linux Alchemist
Subject: Cross compiling HURD
Date: Tue, 21 Mar 2006 23:05:46 +0000

Hi

I would like to try to cross-compile Hurd using Linux. I want to compile the system from source aswell ; )

i have made a 10Gb ext2 fs partion. mkdir ~/hurd for storing tar source files, ~/hurd/build for building packages, ~/hurd/install for installing packages
tools needed for package building and cross-compiling will be installed in /usr/local.

i) cd ~/hurd/build .. ok
   tar xvzpf ~/hurd/binutils-2.9.tar.gz .. ok
   cd binutils-2.9 .. ok
   ./configure --prefix=/usr/local --target=i586-gnu --host=i586-linux .. ok
   make
   ...
   some text
   some more text
   ...
   make[1]: *** [strerror.o] Error 1
   make[1]: Leaving directory '/root/hurd/build/binutils-2.9/libiberty'
   make: *** [all-libiberty] Error 2

n.b. i am following a loose guide from http://people.via.ecp.fr/~walken/hurd/compile.html and it mentions a file gcc-extra-includes.tar.gz, i have googled search for it but cannot find, does anyone know where i can get it?

Any help appreciated

Regards
Jon
reply via email to

[Prev in Thread] Current Thread [Next in Thread]