Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.

Update build instructions for xargo. #146

Merged
merged 1 commit into from
Sep 25, 2016
Merged

Update build instructions for xargo. #146

merged 1 commit into from
Sep 25, 2016

Conversation

steveklabnik
Copy link
Member

Paired iwth intermezzOS/kernel#62, this now uses
xargo rather than our own fork of libcore.

@@ -2,55 +2,27 @@

Okay, time for the big finale: printing our `OKAY` from Rust. First, let's
change our `Makefile` to add the Rust code into our assembly code. We can build
on the steps we did earlier. Here's some new rules to add to the `Makefile`:
on the steps we did earlier. Here's a new rules to add to the `Makefile`:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a new rule or some new rules ;)

into these three rules is.

Try it out:
This uses `xargo` to automatically cross-compile `libcore` for us. Easy! Let's
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cross compile what to what

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(a nice place to reiterate what xargo does IMO)

back to things, check back with this chapter to see if you need to upgrade.
This installs the current version of nightly Rust. We run all of the examples
in this book under continunous integration, so we should know if something
changes in nightly Rust and breaks. But please file bugs if something doesn't
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

link to issues here

Paired with intermezzOS/kernel#62, this now uses
xargo rather than our own fork of libcore.
@steveklabnik
Copy link
Member Author

Fixed!

@ashleygwilliams
Copy link
Member

ok seems fine plz never force push again tho k thx

@ashleygwilliams ashleygwilliams merged commit 2825947 into master Sep 25, 2016
@ashleygwilliams ashleygwilliams deleted the xargo branch September 25, 2016 20:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants