"Sergey A. Osokin" wrote:
> After cvsup my -current sources, i try to make build world...
>
> ld -elf -i -o crt0.o btxcsu.o btxsys.o btxv86.o
> ===> sys/boot/i386/boot2
> (cd /usr/src/sys/boot/i386/boot2; m4 -DFLAGS=0 boot1.m4 boot1.s) | as -o boot1.o
> ld -nostdlib -static -N -e start -Ttext 0x7c00 -o boot1.out boot1.o
> objcopy -S -O binary boot1.out boot1
> dd if=/dev/zero of=boot2.ldr bs=512 count=1 2>/dev/null
> *** Error code 1
>
> Stop in /usr/src/sys/boot/i386/boot2.--
>
> What can i do?
Probably it consequences of recent dd changes...
-Max
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message