mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 23:07:50 +00:00
Introduce an (arbitrary) ordering for extra pages
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
title = "Cross Compiling: libcore"
|
||||
template = "plain.html"
|
||||
url = "cross-compile-libcore"
|
||||
order = 3
|
||||
+++
|
||||
|
||||
If you get an `error: can't find crate for 'core'`, you're probably compiling for a different target (e.g. you're passing the `target` option to `cargo build`). Now the compiler complains that it can't find the `core` library. This document gives a quick overview how to fix this problem. For more details, see the [rust-cross] project.
|
||||
|
||||
Reference in New Issue
Block a user