-
Notifications
You must be signed in to change notification settings - Fork 13
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
Is there a chance to change the "double-ctrl-c" to a more "secure" key-combination? #3
Comments
I don't have a setup to test this right now, but I don't know why it would not work on linux ARM. It may be this https://blog.rust-lang.org/2020/01/30/Rust-1.41.0.html#less-conflict-prone-cargolock-format . What version of rust are you using? Can you delete |
Deleting the Cargo.lock did the trick. compile does now complete :) Around 10MB seems to be much bigger than the x86-linux-version or the Windows version. Is there a chance to change the "double-ctrl-c" to a more "secure" key-combination? |
Changed to request confirmation:
|
Hi,
Thanks for the interesting emulator! :)
Is there a chance to get instructions how to get iz-cpm compiled under a ARM linux OS (armbian)?
When I try to cargo check/build I do get the error-message:
root@npi-neo2-23(192.168.6.23):/toshiba/iz-cpm-1.0# cargo check
error: failed to parse lock file at: /toshiba/iz-cpm-1.0/Cargo.lock
Caused by:
invalid serialized PackageId for key
package.dependencies
Which dependencies do I need and how do I install them?
Kind Regards
Guido
The text was updated successfully, but these errors were encountered: