Skip to content
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

"Printing to Screen" Wont Compile #323

Closed
GeriatricJacob opened this issue Apr 30, 2017 · 1 comment
Closed

"Printing to Screen" Wont Compile #323

GeriatricJacob opened this issue Apr 30, 2017 · 1 comment

Comments

@GeriatricJacob
Copy link

When trying to build after completing "Providing An Interface".
I recieve this error

note: Run with `RUST_BACKTRACE=1` for a backtrace.

error: Could not compile `rust_os`.

To learn more, run the command again with --verbose.
make: *** [makefile:37: kernel] Error 101

With verbose:

thread 'rustc' panicked at 'assertion failed: !unsize', /checkout/src/librustc_typeck/check/mod.rs:2212
note: Run with `RUST_BACKTRACE=1` for a backtrace.

error: Could not compile `rust_os`.

Caused by:
  process didn't exit successfully: `rustc --crate-name rust_os src/lib.rs --crate-type staticlib --emit=dep-info,link -C debuginfo=2 -C metadata=1af3db583bd19e66 -C extra-filename=-1af3db583bd19e66 --out-dir /home/jacob/Documents/RustOS/target/x86_64-rust_os/debug/deps --target x86_64-rust_os -L dependency=/home/jacob/Documents/RustOS/target/x86_64-rust_os/debug/deps -L dependency=/home/jacob/Documents/RustOS/target/debug/deps --extern volatile=/home/jacob/Documents/RustOS/target/x86_64-rust_os/debug/deps/libvolatile-8f9a5138d9f58c33.rlib --extern rlibc=/home/jacob/Documents/RustOS/target/x86_64-rust_os/debug/deps/librlibc-bc7c07f4d6078d4f.rlib --extern spin=/home/jacob/Documents/RustOS/target/x86_64-rust_os/debug/deps/libspin-1433c0b45b26eec6.rlib --sysroot /home/jacob/.xargo` (exit code: 101)
make: *** [makefile:37: kernel] Error 101

@GeriatricJacob GeriatricJacob changed the title "Printing to Screen" "Printing to Screen" Wont Compile Apr 30, 2017
@bjorn3
Copy link
Contributor

bjorn3 commented May 1, 2017

Looks like issue rust-lang/rust#41669

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants