-
Notifications
You must be signed in to change notification settings - Fork 16
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
How about release Apple silicon binary version ? #8
Comments
Seems need to wait Github actions to support this platform |
Does the Intel version not run under Rosetta? @Pillar1989 , is this the error that cause you to file the bugreport? Compiling bitvec v0.22.3 Compiling serial-unix v0.4.0 error[E0658]: const generics are unstable error[E0658]: const generics are unstable error[E0658]: const generics are unstable error[E0658]: const generics are unstable Erroneous code example:
Please verify you didn't misspell the type/module's name or that you didn't
If you've expected to use a crate name:
Make sure the crate has been added as a dependency in To use a module from your current crate, add the Compiling serial v0.4.0 Some errors have detailed explanations: E0433, E0658. To learn more, run the command again with --verbose. @spacemeowx2 , I don't know Rust but I can type things and report results. I could probably help make a build available, but it's probably best to focus on making it trivial to build for everyone. I have PineCone/PineNut, DoIT, and a few other misc Bouffalo boards where I can do pass/fail testing if it's helpful. The upload barrier has been the reasons those boards have been largely idle. |
@GPSBabelDeveloper Make sure your rust version is latest stable(install using rustup). I just compiled on M1 without error. https://doc.rust-lang.org/stable/std/ptr/macro.addr_of.html See top right of the page, you can see |
Confirmed that gets it building. Since you're running on M1 it seems the
original problem report should probably be closed.
Hopefully, I'll leave this better I found it. Please consider closing this
and reviewing http://github.com/spacemeowx2/blflash/pull/10
Thanx.
…On Thu, Feb 3, 2022 at 1:56 PM imspace ***@***.***> wrote:
@GPSBabelDeveloper <https://github.com/GPSBabelDeveloper> Make sure your
rust version is latest stable(install using rustup). I just compiled on M1
without error.
https://doc.rust-lang.org/stable/std/ptr/macro.addr_of.html
—
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC3VADY2ROEYQRSNZH2AZB3UZLMWFANCNFSM5H7LJW2A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
With #10 integration, multiple users on M1 (including me), and OP's silence of many months, this can surely be closed. Thank you, @spacemeowx2 |
How about release Apple silicon binary version ?
The text was updated successfully, but these errors were encountered: