Git Product home page Git Product logo

Comments (4)

DarkRTA avatar DarkRTA commented on June 5, 2024

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.

from chronos.

efirshik avatar efirshik commented on June 5, 2024
pi@testpi:~ $ cat /proc/cpuinfo
processor       : 0
model name      : ARMv6-compatible processor rev 7 (v6l)
BogoMIPS        : 697.95
Features        : half thumb fastmult vfp edsp java tls
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x0
CPU part        : 0xb76
CPU revision    : 7
Hardware        : BCM2835
Revision        : 000e
Model           : Raspberry Pi Model B Rev 2


pi@testpi:~ $ lsb_release -a
Distributor ID: Raspbian
Description:    Raspbian GNU/Linux 10 (buster)
Release:        10
Codename:       buster

pi@testpi:~ $ rustup show
Default host: arm-unknown-linux-gnueabihf                                                           stable-arm-unknown-linux-gnueabihf (default)
rustc 1.41.1 (f3e1a954d 2020-02-24)

from chronos.

DarkRTA avatar DarkRTA commented on June 5, 2024

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:

	cargo build --release -p staticlib -j 1; \

from chronos.

CryZe avatar CryZe commented on June 5, 2024

In particular you probably want to modify the release profile of livesplit-core to something like this: rust-lang/cargo#6489 (comment)

from chronos.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.