PolyMeilex / mc-gm4-linux

Modecom MC-GM4 driver and gui for linux
1 stars 0 forks source link

segmentation fault (core dumped) gm4-gui #6

Open begin-theadventure opened 11 months ago

begin-theadventure commented 11 months ago

Commands I used for building:

  export RUSTUP_TOOLCHAIN=stable
  cargo fetch --target "$CARCH-unknown-linux-gnu"
  cargo build --frozen --release

warning: `gm4-gui` (bin "gm4-gui") generated 21 warnings (run `cargo fix --bin "gm4-gui"` to apply 11 suggestions) It doesn't fix all warnings and also crashes with that command. I also tried export RUSTUP_TOOLCHAIN=nightly, cargo build --frozen --release --all-features, and cargo build.