You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to build a new up-to-date version off of master, I get the following error:
Preprocessing abs.comp
Depending objects/hal/components/abs.c
make: *** No rule to make target sync_cmd.h', needed bydepends/rtemc/motion/command.d'. Stop.
make: Leaving directory `/home/ebo/gtd/projects/cnc/emc2_git/ref/artek/linuxcnc/src'
I made a temp workaround by creating a symbolic link to hal/drivers/ar-usb/sync_cmd.h, but that is a total hack. I needed to do something similar for hal/user_comps/modbus.h (using the develop branch), but for that I get a number of follow on errors:
Compiling emc/usr_intf/linuxcnc_over_modbus.cc
emc/usr_intf/linuxcnc_over_modbus.cc:59:8: error: ‘modbus_t’ does not name a type
emc/usr_intf/linuxcnc_over_modbus.cc:60:8: error: ‘modbus_mapping_t’ does not name a type
emc/usr_intf/linuxcnc_over_modbus.cc: In function ‘void thisQuit()’:
...
Hope that helps,
EBo --
The text was updated successfully, but these errors were encountered:
While trying to build a new up-to-date version off of master, I get the following error:
Preprocessing abs.comp
Depending objects/hal/components/abs.c
make: *** No rule to make target
sync_cmd.h', needed by
depends/rtemc/motion/command.d'. Stop.make: Leaving directory `/home/ebo/gtd/projects/cnc/emc2_git/ref/artek/linuxcnc/src'
I made a temp workaround by creating a symbolic link to hal/drivers/ar-usb/sync_cmd.h, but that is a total hack. I needed to do something similar for hal/user_comps/modbus.h (using the develop branch), but for that I get a number of follow on errors:
Compiling emc/usr_intf/linuxcnc_over_modbus.cc
emc/usr_intf/linuxcnc_over_modbus.cc:59:8: error: ‘modbus_t’ does not name a type
emc/usr_intf/linuxcnc_over_modbus.cc:60:8: error: ‘modbus_mapping_t’ does not name a type
emc/usr_intf/linuxcnc_over_modbus.cc: In function ‘void thisQuit()’:
...
Hope that helps,
EBo --
The text was updated successfully, but these errors were encountered: