-
Notifications
You must be signed in to change notification settings - Fork 4
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
Failure to compile livesplit-core on a Raspberry Pi #7
Comments
Looks like livesplit-core is failing to compile on your machine. Can you give me more information about what you are trying to run this on (other than the fact that you are trying to run this on a Raspberry Pi)? Specifically stuff like your OS and Rust toolchain version. |
|
It looks like you ran out of memory when trying to build. I cant help you much with that but you could try changing line 42 in the makefile to:
|
In particular you probably want to modify the release profile of livesplit-core to something like this: rust-lang/cargo#6489 (comment) |
The text was updated successfully, but these errors were encountered: