We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I couldn't find dockcross-linux-armv7-rust, so I attempted to build this way:
docker run --rm -v c:\\Users\\nock\\devel\\plato:/work rustcross/arm-unknown-linux-gnueabihf:latest ./build.sh
It builds most of the dependencies, but then bails on unstable / experimental features:
error: `pub(restricted)` syntax is experimental (see issue #32409) --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/crockford-1.0.1/src/error.rs:15:9 | 15 | pub(crate) fn new(kind: Kind, message: &'static str) -> Error { | ^^^^^ error: struct field shorthands are unstable (see issue #37340) --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/crockford-1.0.1/src/error.rs:16:17 | 16 | Error { kind, message } | ^^^^ error: struct field shorthands are unstable (see issue #37340) --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/crockford-1.0.1/src/error.rs:16:23 | 16 | Error { kind, message } | ^^^^^^^ error: aborting due to 3 previous errors
Do you have time to jot a few notes on how to build this project?
The text was updated successfully, but these errors were encountered:
here you go https://github.com/darvin/dockcross
Sorry, something went wrong.
project abandoned please take over if interested
No branches or pull requests
I couldn't find dockcross-linux-armv7-rust, so I attempted to build this way:
It builds most of the dependencies, but then bails on unstable / experimental features:
Do you have time to jot a few notes on how to build this project?
The text was updated successfully, but these errors were encountered: