Re: Yaay! I compiled oskit-mach, except it doesn't work :-(

2001-04-29 Thread B. Douglas Hilton
Hello! I did another test boot and copied down the error messages. Here they are: ... skipping GRUB stuff Welcome to GNUmach 1.2.91-OSKit! user trap, type 2, code = 14295c Dump of trap-state at 0x0d6d7e80: EAX 000e EBX 001 ECX 0dadc000 EDX 0dadc000 ESI 20584145 EDI 0d6d7eb4 EBP 30303030

Yaay! I compiled oskit-mach, except it doesn't work :-(

2001-04-28 Thread B. Douglas Hilton
But it compiled with no warnings ( native Hurd compile ). Initially it failed, MiG wanted to use i386-gnu-gcc I did this: # cd /usr/bin # ln -s gcc i386-gnu-gcc Then back to the build # cd /src/oskit-mach/build # ../configure --host=i386-pc-gnu # make MAKE=make -j10 It built in a few minutes

Re: Yaay! I compiled oskit-mach, except it doesn't work :-(

2001-04-28 Thread Roland McGrath
But it compiled with no warnings ( native Hurd compile ). Initially it failed, MiG wanted to use i386-gnu-gcc If you set the CC environment variable when running mig, it will use that. e.g., MIG = CC='${CC}' mig it got about 10 lines into the boot and halted with some technical looking