Guest User

Untitled

a guest
Dec 4th, 2015
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. make[1]: Verzeichnis „/home/user/Desktop/rustboot/arch/x86“ wird betreten
  2. make[1]: *** Keine Regel, um „config.mk“ zu erstellen. Schluss.
  3. make[1]: Verzeichnis „/home/user/Desktop/rustboot/arch/x86“ wird verlassen
  4. make[1]: Verzeichnis „/home/user/Desktop/rustboot/arch/x86“ wird betreten
  5. nasm -g -f elf32 -MD boot/loader.d -o boot/loader.o boot/loader.asm
  6. /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
  7. ../../common/macros.rs:15:1: 15:2 error: macros that expand to items must either be surrounded with braces or followed by a semicolon
  8. ../../common/macros.rs:15 )
  9. ^
  10. ../../common/macros.rs:75:1: 75:2 error: macros that expand to items must either be surrounded with braces or followed by a semicolon
  11. ../../common/macros.rs:75 )
  12. ^
  13. ../../common/macros.rs:79:1: 79:2 error: macros that expand to items must either be surrounded with braces or followed by a semicolon
  14. ../../common/macros.rs:79 )
  15. ^
  16. ../../common/macros.rs:83:1: 83:2 error: macros that expand to items must either be surrounded with braces or followed by a semicolon
  17. ../../common/macros.rs:83 )
  18. ^
  19. ../../common/rust_core/c_types.rs:52:15: 52:16 error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,`
  20. ../../common/rust_core/c_types.rs:52 size: [u32, ..9]
  21. ^
  22. ../../common/Makefile:39: die Regel für Ziel „boot/main.bc“ scheiterte
  23. make[1]: *** [boot/main.bc] Fehler 101
  24. make[1]: Verzeichnis „/home/user/Desktop/rustboot/arch/x86“ wird verlassen
  25. Makefile:20: die Regel für Ziel „all“ scheiterte
  26. make: *** [all] Fehler 2
Advertisement
Add Comment
Please, Sign In to add comment