Re: [Emc-developers] wiki page PreparingContributions (was: Re: sim-parport)

2012-10-07 Thread Jan de Kruyf
"man ld" is a good start. Then, I think in the top make file, you add some interesting warning switches to $LDFLAGS. (line 180 or 182 depending what you are upto) Like " --verbose" "--warn-common" "--warn-unresolved-symbols" and so on. By the looks of it there is a symbol problem of the third kin

Re: [Emc-developers] wiki page PreparingContributions (was: Re: sim-parport)

2012-10-06 Thread andy pugh
I don't know where to go from here. I can build LinuxCNC including my new component using "make" in both realtime and sim modes. I can create debs in realtime mode. I can't create debs in sim mode. But the error messages give no clue why. My work is currently in a branch off of 2.5. I can build

Re: [Emc-developers] wiki page PreparingContributions (was: Re: sim-parport)

2012-10-06 Thread s...@highlab.com
tructure needs to know which flavor you're building, and it will run src/configure with the proper flags for you. Then "fakeroot debian/rules binary" should build it. -- Sebastian Kuzminsky - Reply message - From: "andy pugh" Date: Sat, Oct 6, 2012 04:19 Subj

Re: [Emc-developers] wiki page PreparingContributions (was: Re: sim-parport)

2012-10-06 Thread s...@highlab.com
/rules binary" should build it. -- Sebastian Kuzminsky - Reply message - From: "andy pugh" Date: Sat, Oct 6, 2012 04:19 Subject: [Emc-developers] wiki page PreparingContributions (was: Re: sim-parport) To: "EMC developers" On 7 September 2012 12:36, Mich

Re: [Emc-developers] wiki page PreparingContributions (was: Re: sim-parport)

2012-10-06 Thread andy pugh
On 7 September 2012 12:36, Michael Haberler wrote: > I have decided to tacitly ignore the "codifying rules might make no sense" > suggestion below and written up a wiki page which gives rules for preparing a > contribution. The LCD component (a simple, standalone, HAL component) passes the regr

[Emc-developers] wiki page PreparingContributions (was: Re: sim-parport)

2012-09-07 Thread Michael Haberler
I have decided to tacitly ignore the "codifying rules might make no sense" suggestion below and written up a wiki page which gives rules for preparing a contribution. http://wiki.linuxcnc.org/cgi-bin/wiki.pl?PreparingContributions But then, of course the purpose isnt to break the "no rules" rul