Error during make test on x64 system
Thomas Horsten
thomas@hidden
Tue Sep 23 22:07:10 CEST 2008
After hacking the Makefiles per Mike's instructions to add -m32 in a
few places, and getting a win2k image in the expected place, I did
make test.
The extraction of 2k files seems to go ok, but then after that I got:
All done, no errors.
set %fs failed, errno = 22 child = 3474
sys_read failed
exit!
make[1]: *** [test.skas] Error 1
make[1]: Leaving directory `/home/th/src/ring3k/ring3k/loader'
make: *** [test] Error 2
After running "make test" again, it seemed to get further but just
hangs afger the last "All done, no errors." A make -d reveals, after
breaking it at the point where it hangs:
No need to remake target `completion.exe'.
^CLive child 0x005469e0 (test) PID 4602
Live child 0x00563060 (test.skas) PID 4605
Reaping losing child 0x00563060 PID 4605
make[1]: *** [test.skas] Interrupt
Removing child 0x00563060 PID 4605 from chain.
Reaping losing child 0x005469e0 PID 4602
make: *** [test] Interrupt
Removing child 0x005469e0 PID 4602 from chain.
Not sure if I'm doing something wrong or ring3k is :)
// Thomas
More information about the ring3k
mailing list