[Emc-developers] parallel make?

2011-07-13 Thread Sebastian Kuzminsky
Does anyone regularly build emc2 using parallel make (make -j)? -- Sebastian Kuzminsky -- AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on Lean

Re: [Emc-developers] parallel make?

2011-07-13 Thread Kim Kirwan
Hi Seb, No, should I be? What does it do? I only recently discovered building with make -d, actually make -d 1~/logfile.txt 21. It gave me a debug file output of about 150,000 lines, and the last hundred or so really helped to debug the docs build. Maybe you should tell us about make -j? Kim

Re: [Emc-developers] parallel make?

2011-07-13 Thread R. van Twisk
Kim, parallel builds allows you to build a project using multiple processes. If you have 2 CPU cores in your computer, then it's nice you can execute two c++ processes to compile the source files. The whole goal is to speed up compiling of a project. LibreCAD can be build in parallel... Ries

Re: [Emc-developers] parallel make?

2011-07-13 Thread s...@highlab.com
e...@rvt.dds.nl Date: Wed, Jul 13, 2011 17:08 Subject: [Emc-developers] parallel make? To: EMC developers emc-developers@lists.sourceforge.net Cc: s...@highlab.com Kim, parallel builds allows you to build a project using multiple processes. If you have 2 CPU cores in your computer, then it's nice

Re: [Emc-developers] parallel make?

2011-07-13 Thread andy pugh
On 14 July 2011 01:24, s...@highlab.com s...@highlab.com wrote: If you have N cpus on your build machine, try make -j 2*N   :-) On a related note, I always get this warning: WARNING: Symbol version dump /usr/src/linux-headers-2.6.32-122-rtai/Module.symvers is missing; modules