Re: [CAD_CAM_EDM_DRO] Re: File transfer Windows to EMC
Posted by
Paul
on 2001-09-27 16:28:32 UTC
Hi Ben
There are some notes in the handbook on compiling a kernel - The section on
patching should be ignored as this has already been done. The actual task of
compiling a kernel is fairly simple, just:
cd /usr/src/linux
make menuconfig
make dep clean bzlilo modules modules_install 2>&1 | tee error.log
Or if you didn't want a log file, just do a:
make dep clean bzlilo modules modules_install
The rtlinux stuff would also need to be recompiled along with rcslib and EMC,
but there is a script at www.linuxcnc.org/bdi/RPMS to automate the whole
thing - I'd need to send an smp config file over so that it would be specific
to your machine.
Regards, Paul.
There are some notes in the handbook on compiling a kernel - The section on
patching should be ignored as this has already been done. The actual task of
compiling a kernel is fairly simple, just:
cd /usr/src/linux
make menuconfig
make dep clean bzlilo modules modules_install 2>&1 | tee error.log
Or if you didn't want a log file, just do a:
make dep clean bzlilo modules modules_install
The rtlinux stuff would also need to be recompiled along with rcslib and EMC,
but there is a script at www.linuxcnc.org/bdi/RPMS to automate the whole
thing - I'd need to send an smp config file over so that it would be specific
to your machine.
Regards, Paul.
On Thursday 27 September 2001 8:42 pm, bgroover@... wrote:
>
> Thanks for your help. Any BDI instructions for compiling your own
> kernel. I was hoping to run it on my old dual pentium pro 150
> machine.
Discussion Thread
bgroover@w...
2001-09-27 05:42:29 UTC
File transfer Windows to EMC
Tim
2001-09-27 08:47:16 UTC
RE: [CAD_CAM_EDM_DRO] File transfer Windows to EMC
Jon Elson
2001-09-27 10:38:52 UTC
Re: [CAD_CAM_EDM_DRO] File transfer Windows to EMC
bgroover@w...
2001-09-27 10:54:42 UTC
Re: File transfer Windows to EMC
Ray
2001-09-27 11:46:08 UTC
File transfer Windows to EMC
Paul
2001-09-27 11:55:03 UTC
Re: [CAD_CAM_EDM_DRO] Re: File transfer Windows to EMC
bgroover@w...
2001-09-27 12:42:29 UTC
Re: File transfer Windows to EMC
dlantz@a...
2001-09-27 12:43:48 UTC
RE: [CAD_CAM_EDM_DRO] Re: File transfer Windows to EMC
bgroover@w...
2001-09-27 12:52:35 UTC
Re: File transfer Windows to EMC
dlantz@a...
2001-09-27 13:18:20 UTC
RE: [CAD_CAM_EDM_DRO] Re: File transfer Windows to EMC
paul@a...
2001-09-27 13:25:27 UTC
Re: [CAD_CAM_EDM_DRO] Re: File transfer Windows to EMC
Ian Wright
2001-09-27 15:51:42 UTC
Re: [CAD_CAM_EDM_DRO] File transfer Windows to EMC
Ian Wright
2001-09-27 16:05:08 UTC
Re: [CAD_CAM_EDM_DRO] Re: File transfer Windows to EMC
Paul
2001-09-27 16:28:32 UTC
Re: [CAD_CAM_EDM_DRO] Re: File transfer Windows to EMC