Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2013
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.63 KB | None | 0 0
  1. ===> sys/boot/i386/btx (all)
  2. ===> sys/boot/i386/btx/btx (all)
  3. cc -O2 -pipe -DBTX_FLAGS=0x0 -I/usr/src/stable/9/sys/boot/i386/btx/btx/../../common -march=i386 -ffreestanding -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -std=gnu99 -c /usr/src/stable/9/sys/boot/i386/btx/btx/btx.S
  4. cc -O2 -pipe -DBTX_FLAGS=0x0 -I/usr/src/stable/9/sys/boot/i386/btx/btx/../../common -march=i386 -ffreestanding -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -std=gnu99 -e start -Ttext 0x9000 -Wl,-N,-S,--oformat,binary -nostdlib -o btx btx.o
  5. ===> sys/boot/i386/btx/btxldr (all)
  6. cc -O2 -pipe -DLOADER_ADDRESS=0x200000 -I/usr/src/stable/9/sys/boot/i386/btx/btxldr/../../common -march=i386 -ffreestanding -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -std=gnu99 -c /usr/src/stable/9/sys/boot/i386/btx/btxldr/btxldr.S
  7. cc -O2 -pipe -DLOADER_ADDRESS=0x200000 -I/usr/src/stable/9/sys/boot/i386/btx/btxldr/../../common -march=i386 -ffreestanding -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -std=gnu99 -e start -Ttext 0x200000 -Wl,-N,-S,--oformat,binary -nostdlib -o btxldr btxldr.o
  8. ===> sys/boot/i386/btx/lib (all)
  9. cc -O2 -pipe -I/usr/src/stable/9/sys/boot/i386/btx/lib/../../common -march=i386 -ffreestanding -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -std=gnu99 -c /usr/src/stable/9/sys/boot/i386/btx/lib/btxcsu.S
  10. as -o btxsys.o /usr/src/stable/9/sys/boot/i386/btx/lib/btxsys.s
  11. as -o btxv86.o /usr/src/stable/9/sys/boot/i386/btx/lib/btxv86.s
  12. cc -O2 -pipe -I/usr/src/stable/9/sys/boot/i386/btx/lib/../../common -march=i386 -ffreestanding -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -std=gnu99 -Wl,-r -nostdlib -o crt0.o btxcsu.o btxsys.o btxv86.o
  13. ===> sys/boot/i386/boot2 (all)
  14. objcopy -S -O binary boot1.out boot1
  15. dd if=/dev/zero of=boot2.ldr bs=512 count=1
  16. 1+0 records in
  17. 1+0 records out
  18. 512 bytes transferred in 0.000037 secs (13854733 bytes/sec)
  19. cc -Os -fno-guess-branch-probability -fomit-frame-pointer -fno-unit-at-a-time -mno-align-long-strings -mrtd -mregparm=3 -DUSE_XREAD -DUFS1_AND_UFS2 -DFLAGS=0x80 -DSIOPRT=0x3f8 -DSIOFMT=0x3 -DSIOSPD=9600 -I/usr/src/stable/9/sys/boot/i386/boot2/../../common -I/usr/src/stable/9/sys/boot/i386/boot2/../btx/lib -I. -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -Winline --param max-inline-insns-single=100 -march=i386 -ffreestanding -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -std=gnu99 -S -o boot2.s.tmp /usr/src/stable/9/sys/boot/i386/boot2/boot2.c
  20. sed -e '/align/d' -e '/nop/d' < boot2.s.tmp > boot2.s
  21. rm -f boot2.s.tmp
  22. cc -c boot2.s
  23. cc -Os -fno-guess-branch-probability -fomit-frame-pointer -fno-unit-at-a-time -mno-align-long-strings -mrtd -mregparm=3 -DUSE_XREAD -DUFS1_AND_UFS2 -DFLAGS=0x80 -DSIOPRT=0x3f8 -DSIOFMT=0x3 -DSIOSPD=9600 -I/usr/src/stable/9/sys/boot/i386/boot2/../../common -I/usr/src/stable/9/sys/boot/i386/boot2/../btx/lib -I. -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -Winline --param max-inline-insns-single=100 -march=i386 -ffreestanding -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -std=gnu99 -c /usr/src/stable/9/sys/boot/i386/boot2/sio.S
  24. ld -static -N --gc-sections -nostdlib -Ttext 0x2000 -o boot2.out /usr/obj/usr/src/stable/9/sys/boot/i386/boot2/../btx/lib/crt0.o boot2.o sio.o
  25. objcopy -S -O binary boot2.out boot2.bin
  26. btxld -v -E 0x2000 -f bin -b /usr/obj/usr/src/stable/9/sys/boot/i386/boot2/../btx/btx/btx -l boot2.ldr -o boot2.ld -P 1 boot2.bin
  27. kernel: ver=1.02 size=690 load=9000 entry=9010 map=16M pgctl=1:1
  28. client: fmt=bin size=147d text=0 data=0 bss=0 entry=0
  29. output: fmt=bin size=1d0d text=200 data=1b0d org=0 entry=0
  30. arithmetic expression: expecting primary: "7680-/etc/group"
  31. *** [boot2] Error code 2
  32.  
  33. Stop in /usr/src/stable/9/sys/boot/i386/boot2.
  34. *** [all] Error code 1
  35.  
  36. Stop in /usr/src/stable/9/sys/boot/i386.
  37. *** [all] Error code 1
  38.  
  39. Stop in /usr/src/stable/9/sys/boot.
  40. *** [all] Error code 1
  41.  
  42. Stop in /usr/src/stable/9/sys.
  43. *** [sys.all__D] Error code 1
  44.  
  45. Stop in /usr/src/stable/9.
  46. *** [everything] Error code 1
  47.  
  48. Stop in /usr/src/stable/9.
  49. *** [buildworld] Error code 1
  50.  
  51. Stop in /usr/src/stable/9.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement