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

Appearance settings

Commit b6a7497

Browse filesBrowse files
author
Alberto Ruiz
committed
Update README to reflect that we depend on nightly
1 parent 63d8847 commit b6a7497
Copy full SHA for b6a7497

File tree

Expand file treeCollapse file tree

1 file changed

+5
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-2
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,16 @@ To build sample bootloader payload, use the crate under the ```template`` direct
1111

1212
This is configured as a cross compilation crate by default. The output binaries are required to be PPC32bit big endian. You need a working powerpc gcc compiler, you may need to tweak ```.cargo/config``` to point to the right binaries.
1313

14-
You also need to install the powerpc targe using ```rustup```t:
14+
You also need to install the powerpc targe using ```rustup```, as of now this create requires nightly so you need to make it default too:
1515

1616
```$ rustup target add powerpc-unknown-linux-gnu```
1717

1818
To create a valid build you need to use --release, debug builds will fail (not clear why yet):
1919

20-
```$ cargo build --release --target powerpc-unknown-linux-gnu```
20+
```
21+
$ rustup default nightly
22+
$ cargo +nightly build --release --target powerpc-unknown-linux-gnu
23+
```
2124

2225
## Testing
2326

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.