Skip to content

Commit

Permalink
INSTALL.md: update references to build target
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos López <[email protected]>
  • Loading branch information
00xc committed Aug 30, 2023
1 parent 9ef3a52 commit e23b83c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,9 @@ Building the COCONUT-SVSM
-------------------------

Building the SVSM itself requires:
- a recent Rust-nightly compiler and build environment installed. Please refer to
- a recent Rust compiler and build environment installed. Please refer to
[https://rustup.rs/](https://rustup.rs/) on how to get this environment installed.
- `x86_64-unknown-none` target toolchain installed (`rustup target add x86_64-unknown-none`)
- `binutils` >= 2.39

Then checkout the SVSM repository and build the SVSM binary:
Expand Down Expand Up @@ -341,7 +342,7 @@ If you have the source code available on the host system then you can add the
debug symbols and use source-level debugging:

```
(gdb) symbol-file target/svsm-target/debug/svsm
(gdb) symbol-file target/x86_64-unknown-none/debug/svsm
```

Note that some GDB features are not available for debugging the SVSM kernel due
Expand Down

0 comments on commit e23b83c

Please sign in to comment.