Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

01_wait_forever error: unused import:raspberrypi::* with Rust 1.82.0 #219

Open
@ChocolateLoverRaj

Description

@ChocolateLoverRaj

Rust versions tested:

cargo 1.84.0-nightly (8c30ce536 2024-10-15)cargo 1.82.0 (8f40fc59f 2024-08-21)

I get the error with both of the versions.

Output:

make qemuCompiling kernel ELF - rpi3   Compiling mingo v0.1.0 (/home/rajas/Documents/rust-raspberrypi-OS-tutorials/01_wait_forever)error: unused import: `raspberrypi::*`  --> src/bsp.rs:11:9   |11 | pub use raspberrypi::*;   |         ^^^^^^^^^^^^^^   |   = note: `-D unused-imports` implied by `-D warnings`   = help: to override `-D warnings` add `#[allow(unused_imports)]`error: could not compile `mingo` (bin "kernel") due to 1 previous errormake: *** [Makefile:123: target/aarch64-unknown-none-softfloat/release/kernel] Error 101

make qemu runs successfully If I comment out the unused line:

// #[cfg(any(feature = "bsp_rpi3", feature = "bsp_rpi4"))]// pub use raspberrypi::*;

OS: NixOS
Flake I'm using for devShell:

{inputs={nixpkgs.url="github:NixOS/nixpkgs/nixos-unstable";rust-overlay.url="github:oxalica/rust-overlay";flake-utils.url="github:numtide/flake-utils";};outputs={self,nixpkgs,rust-overlay,flake-utils, ...}:flake-utils.lib.eachDefaultSystem(system:letoverlays=[(importrust-overlay)];pkgs=importnixpkgs{inheritsystemoverlays;};in{devShells.default=withpkgs;mkShell{buildInputs=[(rust-bin.selectLatestNightlyWith(toolchain:toolchain.default.override{extensions=["rust-src""llvm-tools-preview"];targets=["aarch64-unknown-none-softfloat"];}))cargo-bootimageqemugnumakecargo-binutilsrustfilt];};});}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp