Hi,
This patch adds ability to libstore to open a device node that is not a
mach device.
This is in preparation for rump kernel to provide disk access.
Tested as follows:
demo@debian:~$ sudo settrans /dev/z0 /hurd/devnode hd2
demo@debian:~$ sudo settrans /dev/hd2 /hurd/storeio /dev/z0
demo@debia
Solved:
sudo apt install libc6-dev-x32
El dom., 23 dic. 2018 a las 20:25, Almudena Garcia (<
liberamenso10...@gmail.com>) escribió:
> Hi all:
>
> I'm trying to compile gnumach source code from Debian GNU/Linux, but I
> have an error with configure step.
>
> I did these steps:
>
> git clone git:/
Hi all:
I'm trying to compile gnumach source code from Debian GNU/Linux, but I have
an error with configure step.
I did these steps:
git clone git://git.savannah.gnu.org/hurd/gnumach.git
autoreconf --install
mkdir build
cd build
CPP='gcc -m32 -E -x c -undef -ansi' CC='gcc -m32' LD='ld -melf_i38