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

Re: Error Error Error



The code in question is creating syscall stubs used
when running OSKit kernels on top of a unix environment
(instead of on the raw HW).  Unfortunately, this code
is proving to be quite dependent on the version of
Linux (glibc?) you build on.  If you are only planning
to run OSKit kernels on the raw hardware, you do not
need the "unix" library.

If you edit the file modules.x86.pc and comment out
the "unix" line, and then reconfigure, it should
build ok.