This is a user space component and I have built it within the LinuxCNC source tree but I would rather be able to do it without having to build all of the LinuxCNC source.

Halcompile runs the compiler and linker when it builds a comp file so it has to know where everything is and what compiler/linker flags to use. I just need some way of getting that information so I can build manually.

Les

On 31/08/2017 13:05, andy pugh wrote:
On 31 August 2017 at 12:09, Les Newell <[email protected]> wrote:

It has multiple C++ files so it is out of the scope of halcompile.
I don't _think_ you can use C++ for realtime kernel modules anyway.
But with uspace I don't think that all realtime modules are also
kernel modules.

(I am not the one to pronouince on this matter)

Halcompile does allow both an "include" command above the ;; and a
#INCLUDE after the ;; (the former seems to be undocumented, a hint
that perhaps it doesn't properly work)



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to