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

WIP Changes for OSX #13

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

WIP Changes for OSX #13

wants to merge 2 commits into from

Conversation

aacuevas
Copy link
Collaborator

This is not meant to be merged, but as a WIP, to have it referenced on the main repository. For now centered around the ft600 driver.
There are only a few things to have into account for building the libaries for OSX, compared with:

  • Some Makefile variables need to change depending of the architecture, namely -dynamiclib instead of -shared on LDFLAGS, as well the libraries extension.
  • Small syntax changes to support clang
  • Add the proper extension to onidriverloader.c

Also, there is a quirk related to how linking works on OSX. As binary linked against, for example, /usr/local/lib/libname.dylib will not work if the library is then relocated in any other path, even if the path is in the linker, as it stores the full path by default inside of it. There are ways around this, but is something to take into accout.

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.

None yet

1 participant