-
Notifications
You must be signed in to change notification settings - Fork 46
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 error in Mac OS Big SUR Chip M1 #66
Comments
You need liblsl compiled for M1; for some reason the linker doesn't quit when trying to link against a library with the wrong architecture and ignores the file instead:
Also, 1.13.0 is quite old so unless there's a good reason to use it I suggest you build against 1.15 or later. I don't think there are official M1 builds, so you would have to build liblsl locally and then give the path to the local liblsl when building LabRecorder. |
@andraderenew , I would appreciate it if you could test the hombrew formula. (currently targeting 1.14b9, only because I didn't bump it to 1.15 yet) |
How do I test for this? Sorry for late reply. I know is brew install…. But I don’t know what goes in the … |
I have a Mac with an M1 now so I can test on my own. But, if I recall correctly, it wasn't so simple. I think I ended up building it myself in CLion. Sorry, no time to test right now. |
Hello! I installed all for lsl but i cannot find the executable app! I cannot find LabRecorder.app , unless lslver give me the correct output. Where i can find labrecorder.app? thanks |
Dear community:
I was trying to build from source App-LabRecorder but I still don't know why with or without rosetta I cannot get it to work.
The text was updated successfully, but these errors were encountered: