You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we use a differently nightly version, you might need to adjust the code of the `alloc` crate built by Rust for Linux.
34
+
Since we use a different nightly version, you might need to adjust the code of the `alloc` crate built by Rust for Linux.
32
35
You'll see some errors when running the above command in this case.
33
36
34
37
## Troubleshooting
@@ -42,3 +45,8 @@ That should give you the correct error, which could be one of those:
42
45
- In this case, make sure you set `LD_LIBRARY_PATH` and `LIBRARY_PATH`.
43
46
*`Source code for the 'core' standard library could not be found`
44
47
- In this case, make sure you used a recent enough version of `rustc_codegen_gcc` (c6bc7ecd65046ee502118664f42637ca318cdfb5 or more recent should be good) that copies the source of the sysroot at the correct location.
0 commit comments