-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Failed Build: /usr/bin/ld: unrecognised emulation mode: llvm #349
Comments
jimafisk
added a commit
that referenced
this issue
Oct 30, 2024
jimafisk
added a commit
that referenced
this issue
Oct 30, 2024
Still failing: https://github.com/plentico/plenti/actions/runs/11598677370/job/32295055197 So tried 0255b99 but that wasn't right either: https://github.com/plentico/plenti/actions/runs/11598825245/job/32295558415
|
Should be fixed in v0.7.14 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Build: https://github.com/plentico/plenti/actions/runs/11598535151/job/32294588004
Error:
This is the same error documented here: plentico/osxcross-target#6
The problem is it's trying to use the system's
ld
but should be using the osxcross-targetld
. Simply adding it to the path should fix this:The text was updated successfully, but these errors were encountered: