-
Notifications
You must be signed in to change notification settings - Fork 95
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
Building on MAC with M1-chip #125
Comments
Check #126 |
I just used Xcode |
How? |
This is what I did as I recall: Run Xcode, choose Library template, give it a name dds, Framework None, Type Dynamic, click Create. |
Thx, I will try that, I assume Xcode 15? |
Yes Xcode 15.2 currently. Need to look at the multi-threading. |
I found that defining the DDS_THREADS_GCD preprocessor macro is enough to get threading working |
I used |
When executing
brew reinstall gcc --without-multilib
I got this response: Error: invalid option: --without-multilib
Well this is probably only a performance problem
I went on and copied the makefile for Mac clang, and now hit the next problem as
sprint
is deprecated.After replacing sprint with snprintf (second parameter is now a length of first parameter) the compile error went away, and I hit the next problem.
Anyone got a compiled version for the M1-processor?
The text was updated successfully, but these errors were encountered: