Re: unable to link 2.4.2

2001-02-24 Thread Pierfrancesco Caci
:-> "Peter" == Peter Samuelson <[EMAIL PROTECTED]> writes: > [Pierfrancesco Caci] >> Hi there, can someone please tell me what's going wrong with my >> compilation of 2.4.2 ? > Change '-oformat' to '--oformat' 4 places in arch/i386/boot/Makefile. >> Binutils

Re: unable to link 2.4.2

2001-02-24 Thread Peter Samuelson
[Pierfrancesco Caci] > Hi there, can someone please tell me what's going wrong with my > compilation of 2.4.2 ? Change '-oformat' to '--oformat' 4 places in arch/i386/boot/Makefile. > Binutils 2.10.91.0.2 This version of binutils no longer accepts the old 'ld -oformat' form of

unable to link 2.4.2

2001-02-24 Thread Pierfrancesco Caci
Hi there, can someone please tell me what's going wrong with my compilation of 2.4.2 ? make[2]: Entering directory `/usr/src/linux/arch/i386/boot' ld -m elf_i386 -Ttext 0x0 -s -oformat binary bbootsect.o -o bbootsect ld: cannot open binary: No such file or directory make[2]: *** [bbootsect]

unable to link 2.4.2

2001-02-24 Thread Pierfrancesco Caci
Hi there, can someone please tell me what's going wrong with my compilation of 2.4.2 ? make[2]: Entering directory `/usr/src/linux/arch/i386/boot' ld -m elf_i386 -Ttext 0x0 -s -oformat binary bbootsect.o -o bbootsect ld: cannot open binary: No such file or directory make[2]: *** [bbootsect]

Re: unable to link 2.4.2

2001-02-24 Thread Peter Samuelson
[Pierfrancesco Caci] Hi there, can someone please tell me what's going wrong with my compilation of 2.4.2 ? Change '-oformat' to '--oformat' 4 places in arch/i386/boot/Makefile. Binutils 2.10.91.0.2 This version of binutils no longer accepts the old 'ld -oformat' form of

Re: unable to link 2.4.2

2001-02-24 Thread Pierfrancesco Caci
:- "Peter" == Peter Samuelson [EMAIL PROTECTED] writes: [Pierfrancesco Caci] Hi there, can someone please tell me what's going wrong with my compilation of 2.4.2 ? Change '-oformat' to '--oformat' 4 places in arch/i386/boot/Makefile. Binutils 2.10.91.0.2