You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2020. It is now read-only.
These issues exist rust-wlc. These issues are also preventing #369, so I'll probably fix this in the coming days. Thanks for the detailed error message, as I don't have a ARM chip to test my code on (and setting up cross-compilation has never ended well for me or my system...)
Well it turns out cross is bloody amazing, so I'm very sure that I have fixed this issue. Will update rust-wlc, ensure it works in Way Cooler, and then bump its version.
Im trying to build on archlinuxarm for raspberry pi 3b armv7h in arch PKGBUILD file i added this line:
build() {
cd "$srcdir/$pkgname"
.... line
cargo check -vv
.... end line
cargo build --release
}
The text was updated successfully, but these errors were encountered: