mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 06:47:49 +00:00
Add extra posts about disabling red zone and SIMD and installing LLD
This commit is contained in:
@@ -243,7 +243,9 @@ Let's try it:
|
||||
Finished dev [unoptimized + debuginfo] target(s) in 0.29 secs
|
||||
```
|
||||
|
||||
TODO linker error LLD
|
||||
(If you're getting a linking error because LLD could not be found, see our “[Installing LLD]” guide.)
|
||||
|
||||
[Installing LLD]: ./second-edition/extra/installing-lld/index.md
|
||||
|
||||
It worked! We see that `xargo` cross-compiled the `core` library for our new custom target and then continued to compile our `blog_os` crate.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user