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

Enable non-interactive building #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

blm768
Copy link

@blm768 blm768 commented Oct 26, 2017

These changes make it easier to run build.sh in a non-interactive environment. They also link libmodbus statically so we don't need to install it to the system with sudo. There are more tweaks I'd like to make eventually (including non-interactive building with DNP3), but this should be in a working state for now.

@thiagoralves
Copy link
Owner

Have you tested this setup with libmodbus linking statically? If that works it might even solve linking issues that I'm facing with some weird Linux distributions. We also need to make sure that it works under Cygwin as well. Thanks!

@blm768
Copy link
Author

blm768 commented Oct 27, 2017

It seems to work properly on my Debian virtual machine. I haven't run any tests on Cygwin yet, though.

EDIT: I'm getting a cryptic error message when I try to build the MATIEC compiler on Cygwin. Is that typical?

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

Successfully merging this pull request may close these issues.

2 participants