Re: Can you help me: one error in make bZimage

2001-04-22 Thread Gary L. Dolan
On Sat, Apr 21, 2001 at 04:57:21PM +0100, Juan Ram?n Fern?ndez Vera wrote: > When I run make bZimage, the make said: > > make[1]: Entering directory `/usr/src/kernel-source-2.2.17/arch/i386/boot' > gcc -D__KERNEL__ -I/usr/src/kernel-source-2.2.17/include -E -D__BIG_KERNEL__ > -traditional -DSVGA_

Re: Can you help me: one error in make bZimage

2001-04-22 Thread Jimmy Richards
On Sat, Apr 21, 2001 at 04:57:21PM +0100, Juan Ram?n Fern?ndez Vera wrote: Hi, In the file /usr/src/linux/arch/i386/boot/Makefile, change every instance of -oformat to --oformat. I think after that all that you have to do is a make bzImage in that directory to

Re: Can you help me: one error in make bZimage

2001-04-22 Thread ktb
On Sat, Apr 21, 2001 at 04:57:21PM +0100, Juan Ram?n Fern?ndez Vera wrote: > When I run make bZimage, the make said: > > make[1]: Entering directory `/usr/src/kernel-source-2.2.17/arch/i386/boot' > gcc -D__KERNEL__ -I/usr/src/kernel-source-2.2.17/include -E -D__BIG_KERNEL__ > -traditional -DSVGA_

Can you help me: one error in make bZimage

2001-04-22 Thread Juan Ramón Fernández Vera
When I run make bZimage, the make said: make[1]: Entering directory `/usr/src/kernel-source-2.2.17/arch/i386/boot' gcc -D__KERNEL__ -I/usr/src/kernel-source-2.2.17/include -E -D__BIG_KERNEL__ -traditional -DSVGA_MODE=NORMAL_VGA bootsect.S -o bbootsect.s as86 -0 -a -o bbootsect.o bbootsect.s make