Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- make[1]: Verzeichnis „/home/user/Desktop/rustboot/arch/x86“ wird betreten
- make[1]: *** Keine Regel, um „config.mk“ zu erstellen. Schluss.
- make[1]: Verzeichnis „/home/user/Desktop/rustboot/arch/x86“ wird verlassen
- make[1]: Verzeichnis „/home/user/Desktop/rustboot/arch/x86“ wird betreten
- nasm -g -f elf32 -MD boot/loader.d -o boot/loader.o boot/loader.asm
- /usr/bin/rustc --target i686-unknown-linux-gnu -Z no-landing-pads -C opt-level=2 -C lto -L ./boot --out-dir ./boot --emit=dep-info,llvm-bc ../../common/lib.rs
- ../../common/macros.rs:15:1: 15:2 error: macros that expand to items must either be surrounded with braces or followed by a semicolon
- ../../common/macros.rs:15 )
- ^
- ../../common/macros.rs:75:1: 75:2 error: macros that expand to items must either be surrounded with braces or followed by a semicolon
- ../../common/macros.rs:75 )
- ^
- ../../common/macros.rs:79:1: 79:2 error: macros that expand to items must either be surrounded with braces or followed by a semicolon
- ../../common/macros.rs:79 )
- ^
- ../../common/macros.rs:83:1: 83:2 error: macros that expand to items must either be surrounded with braces or followed by a semicolon
- ../../common/macros.rs:83 )
- ^
- ../../common/rust_core/c_types.rs:52:15: 52:16 error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,`
- ../../common/rust_core/c_types.rs:52 size: [u32, ..9]
- ^
- ../../common/Makefile:39: die Regel für Ziel „boot/main.bc“ scheiterte
- make[1]: *** [boot/main.bc] Fehler 101
- make[1]: Verzeichnis „/home/user/Desktop/rustboot/arch/x86“ wird verlassen
- Makefile:20: die Regel für Ziel „all“ scheiterte
- make: *** [all] Fehler 2
Advertisement
Add Comment
Please, Sign In to add comment