Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

command.d cannot find sync_cmd.h #1

Open
ebo opened this issue Mar 29, 2014 · 0 comments
Open

command.d cannot find sync_cmd.h #1

ebo opened this issue Mar 29, 2014 · 0 comments

Comments

@ebo
Copy link
Contributor

ebo commented Mar 29, 2014

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 --

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant