I did look at this to see if I could compile  a plasmatask folder (and it
was easy)
In the main make file around line 110, there is a SUBDIRS section.
I can't remember if I had to add a specific entry for the object file but
further down around line 1000, there are some defined.
See https://github.com/LinuxCNC/linuxcnc/blob/master/src/Makefile

Rod Webster
*1300 896 832*
+61 435 765 611
Vehicle Modifications Network
www.vehiclemods.net.au


On Sun, 30 Jun 2019 at 22:30, Nathan Hartman <[email protected]>
wrote:

> On Fri, Jun 28, 2019 at 4:52 PM Gene Heskett <[email protected]> wrote:
>
> > On Friday 28 June 2019 15:08:01 Nathan Hartman wrote:
> >
> > > Studying the build system and I'm stumped on how motmod gets built.
> > >
> > > I see in src/Makefile, motmod-objs
> > > gets emc/motion/motion.o, emc/motion/command.o, etc., but where are
> > > these object files being built from the .c files? Submakefile under
> > > emc/motion only copies headers to ../includes. There is nothing to
> > > compile these source files.
> > >
> > > Thanks
> > >
> > Beats me Nathan, but it worked for me for a full stretch and is running
> > my lathe, from Wed evening to about 2 hours ago when I thought maybe I'd
> > see if RealtimePi would build me a working realtime buster image.  On
> > the pi no less.  So I went out and shut down LCNC, and its munching
> > along on that process now.
>
>
> Well that's great but it doesn't help me!!
>
> Does anyone else know?
>
> I see where the .o files are listed but somewhere in the makefile or
> submakefiles there must be instructions to compile from .c or .cc to form
> those .o files. And I don't see it anywhere.
>
> >
> >
>
> _______________________________________________
> Emc-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/emc-developers
>

_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to