From this: rust-lang/rust/issues/139679 GitHub issue
Code
Sadly none. There is no line a file that the error outputs
Current output
error: offset is not a multiple of 16
error: could not compile `hexium_os` (lib) due to 1 previous error
Desired output
No error
Rust Version
PS D:\dev\Projekter\hexium_os\kernel> rustc --version --verbose
rustc 1.87.0-nightly (85abb2763 2025-02-25)
binary: rustc
commit-hash: 85abb276361c424d64743c0965242dd0e7b866d1
commit-date: 2025-02-25
host: x86_64-pc-windows-msvc
release: 1.87.0-nightly
LLVM version: 20.1.0
Anything else?
It is when cloning the flanterm crate into "/kernel/deps/flanterm" on this repository and then adding it as a crate using its path in Cargo.toml
. I also removed a GCC inliner (In the C code), and fixed some issues with the framebuffer not being raw here.