You are not logged in.
Pages: 1
thought I would try out AUR Parallel pkg...
make -C /lib/modules/2.6.17-ARCH/build SUBDIRS=/usr/src/linux-2.6.17-ARCH SRCROO
T=/usr/src/linux-2.6.17-ARCH modules && mv -f hypervisor.ko hypervisor.o
make -C /lib/modules/2.6.17-ARCH/build SUBDIRS=/usr/src/linux-2.6.17-ARCH SRCROO
T=/usr/src/linux-2.6.17-ARCH modules && mv -f hypervisor.ko hypervisor.o
Gets stuck here ....emmm :?
GCC match kernel ? weird
Mr Green
Offline
thought I would try out AUR Parallel pkg...
make -C /lib/modules/2.6.17-ARCH/build SUBDIRS=/usr/src/linux-2.6.17-ARCH SRCROO T=/usr/src/linux-2.6.17-ARCH modules && mv -f hypervisor.ko hypervisor.o make -C /lib/modules/2.6.17-ARCH/build SUBDIRS=/usr/src/linux-2.6.17-ARCH SRCROO T=/usr/src/linux-2.6.17-ARCH modules && mv -f hypervisor.ko hypervisor.o
Gets stuck here ....emmm :?
You mean it just hangs? No error message, no cpu/disk activity?
GCC match kernel ? weird
If you're talking about the reference about /usr/src in the make line, I'm guessing that's it's a kernel module and it's using the kernel makefiles. I've seen another (this one?) project doing this and that created permissions issues when trying to build as regular user. :?
Offline
You mean it just hangs? No error message, no cpu/disk activity?
the hypervisor line just keeps printing endless loop....
was told that kernel & gcc have to match not sure what that meant
Mr Green
Offline
The only thing I can think of is that the kernel needs to be compiled with whatever version of gcc you're using...
Offline
I tried it on my laptop (ubuntu ;-()
followed this :
http://www.ubuntuforums.org/showthread. … =parallels
& it works ....
maybe headers / gcc 3.4 :?
Mr Green
Offline
Pages: 1