xtex

Results 62 comments of xtex

wiki.osdev.org

作者跟 奈学教育有啥关系吗

Accoding to [rust-lang/compiler-builtins#334#568784447](https://github.com/rust-lang/compiler-builtins/issues/334#issuecomment-568784447), I removed line 2 in `.cargo/config.toml`, the cargo compiled successfully but bootimage not working.

When I run `cargo bootimage` without `--target`, bootimage worked. However, I could not run it. ``` thread 'main' panicked at 'unexpected llvm-size line output', build.rs:156:39 ```

``` F:\Source\blog_os>cargo xbuild --target x86_64-blog_os.json Compiling compiler_builtins v0.1.73 Compiling core v0.0.0 (E:\rust\rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\src\rust\library\core) Compiling rustc-std-workspace-core v1.99.0 (E:\rust\rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\src\rust\library\rustc-std-workspace-core) error[E0465]: multiple rmeta candidates for `core` found --> E:\rust\rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\src\rust\library\rustc-std-workspace-core\lib.rs:4:9 | 4 | pub use...

I tried. Everytime I try to compile it, I delete the repository and clone it again. ``` F:\Source\blog_os>ls Cargo.lock Cargo.toml LICENSE-APACHE LICENSE-MIT README.md bors.toml rust-toolchain src x86_64-blog_os.json F:\Source\blog_os>cargo xbuild --target...

Currently cargo 1.65.0-nightly (4fd148c47 2022-08-03) rustc 1.65.0-nightly (2befdefdd 2022-08-06) rustup 1.25.1 (bb60b1e89 2022-07-12)

Yeah, it works, please update the documentation.

Oh the Chinese translations, I commented there.