-
Notifications
You must be signed in to change notification settings - Fork 36
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
Problems installing MCC uldaq on a Mac #39
Comments
We had another customer with possibly the same problem. Here is how he was able to resolve it: ran the following commands: which gcc This indicated that the C compiler was tied to MacPorts, which apparently had not updated since I had updated my operating system. Following the steps listed here, I was able to update MacPorts and resource gcc to XCode by default. Running those same commands after a terminal restart now gave: which gcc This confirmed that the C compiler was being sourced from XCode. I then ran ./configure && make and was able to compile it successfully!Please let me know if helped. |
@ajw36 I'm looking for some closure here, Did this resolve your issue? |
Dear Jeff, In your previous post you say "Following steps listed here ...", and I wondered if there is meant to be a link? |
Dear Jeff, |
Hi Alex, I also found this link when I Googled 'how to resource gcc to XCode by default': |
A solution to this issue has been posted here: https://forum.digilent.com/topic/23095-uldaq-libusb-problem-on-m1-mac/ |
I'm trying to install mccdaq/uldaq on an iMac (Intel) running Monterey (v 12.1).
I've followed the instructions at https://github.com/mccdaq/uldaq.
When I get to './configure && make' I get the following errors:
Making all in src
CXXLD libuldaq.la
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libuldaq.a(hid_linux.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libuldaq.a(UlCtrConfig.o) has no symbols
ranlib: object: .libs/libuldaq.a(CtrInfo.o) malformed object (unknown load command 1)
make[2]: *** [libuldaq.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Ive been unable to resolve this by internet searches. Would be very grateful if anyone is able to help.
Many thanks. Alex.
The text was updated successfully, but these errors were encountered: