-
Notifications
You must be signed in to change notification settings - Fork 10
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
[BUG] dyld[12869]: Symbol not found #11
Comments
Looking into this. Edit:It doesn't seem like its currently possible to compile for ARM64 with github actions: actions/runner-images#5631 related: https://www.pantsbuild.org/v2.12/docs/ci-for-macos-on-arm64 |
I have cloned the repo locally however, I am not too familiar with C++ (and GCC/make) which means I have no real idea how to work around this error. https://app.warp.dev/block/EgkrtquOeZicqYPl7R1eaO I CD'd into the repo, and ran make. |
The log that you posted mentioned a failure to resolve a symbol from Assuming that your device's commandline is similar to debian linux, run this command (or some variation of it) |
Follow this guide to build from source: https://github.com/radj307/ARRCON/wiki/Building-from-Source |
This comment was marked as outdated.
This comment was marked as outdated.
running make spits out the following errors: I deleted my local clone and re-cloned it so this is on the latest commit. |
I've implemented a fix for those errors as well in efe4feb; sorry for the delay. Let me know if any more issues spring up. |
Compilation went further than last time however, I still ran into the same issue and then some other ones. |
What version of gcc do you have? (Run |
Also, can you confirm that the original bug still occurs when |
GCC/G++: I also somewhat under the belief that libstdc++6 is installed. (Due to my XCode install) |
You aren't actually using GCC, you're using Apple clang (it doesn't have all of the features from C++20 implemented yet). Here's a guide on installing gcc/g++ with xcode: https://www.cyberciti.biz/faq/howto-apple-mac-os-x-install-gcc-compiler/ Regarding Installing gcc 10 or newer should fix the problem. |
I'm unfamiliar with apple's implementation of All of these commands are pulled directly from the CI script that compiles & creates github releases:
The executable is then retrieved from |
Glad to hear that you got it working, and many thanks for the step-by-step guide! |
The issue of required libraries not being included on new versions of macOS has been continued here: #12 |
# System Information
# Bug Description
Expectation:
Application to run
Occured:
Symbol not found error
Terminal Output:
https://app.warp.dev/block/gWnBoFiwufKHpgeHIxsPOB
# Reproduction Steps
Download latest release on MacOS (M1 Max)
Unzip and run executable
Oberseve Error
I feel this error is likely caused by the new Apple M1 Arm64 architecture.
The text was updated successfully, but these errors were encountered: