If you want to build as a RIP, you need to clone machinekit-hal.
From the root of that clone run scripts/build_with_cnc
This will clone machinekit-cnc into the root of the machinekit-hal clone.
machinekit-hal is built, then machinekit-cnc is built with necessary artifacts from machinekit-hal build copied over.
Then the required libs/binaries/scripts/configs etc are copied into machinekit-hal and the environment var is set ready to run the RIP
--
website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit
---
You received this message because you are subscribed to a topic in the Google Groups "Machinekit" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/machinekit/gUgofN5YAPQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to machinekit+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/machinekit/9f8b99a7-da0f-42e6-8e73-b866e7b2c1a8%40googlegroups.com.
Thank you, Michael.I am using a brand new RPi4 so, yes, it is buster. Set up using machinekit-hal as instructed. Getting the same link error.Compiling hal/utils/halcmd_commands.c
Compiling hal/utils/halsh.c
Linking hal.so
Compiling hal/utils/halcmd_main.c
Compiling hal/utils/halcmd_completion.c
Linking halcmd
/usr/bin/ld: objects/hal/utils/halcmd_commands.o: undefined reference to symbol '__atomic_load_8@@LIBATOMIC_1.0'
/usr/bin/ld: //usr/lib/arm-linux-gnueabihf/libatomic.so.1: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make: *** [hal/utils/Submakefile:32: ../bin/halcmd] Error 1
make: Leaving directory '/home/pi/machinekit-hal/src'Is there an expectation for a specific libatomic version? The library on the machine is v1.2.0 not 1.0.n.It appears the symbol is present in the 1.2 library.pi@raspberrypi:/usr/lib/arm-linux-gnueabihf $ strings libatomic.so.1.2.0 | grep __atomic_load
__atomic_load_8
__atomic_load_1
__atomic_load_2
__atomic_load_4
__atomic_loadEver onward, Joe...
To unsubscribe from this group and all its topics, send an email to machi...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to machinekit+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/machinekit/08f41132-b0d5-4538-b85d-8e05b5631464%40googlegroups.com.