Received: (from majordomo@localhost) by oss.sgi.com (8.11.3/8.11.3) id f3JHKLP17915 for linux-xfs-outgoing; Thu, 19 Apr 2001 10:20:21 -0700 Received: from shepherd.graze.net (IDENT:root@shepherd.graze.net [216.0.112.53]) by oss.sgi.com (8.11.3/8.11.3) with ESMTP id f3JHKJM17912 for ; Thu, 19 Apr 2001 10:20:19 -0700 Received: from localhost (sheep@localhost) by shepherd.graze.net (8.9.3/8.9.3) with ESMTP id RAA21088 for ; Thu, 19 Apr 2001 17:28:46 -0400 Date: Thu, 19 Apr 2001 17:28:45 -0400 (EDT) From: "Brian C. Huffman" To: linux-xfs@oss.sgi.com Subject: [linux-xfs] Problems compiling 2.4.3-xfs In-Reply-To: <3ADF16EF.77627AB9@ieee.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk All, I have successfully installed the Redhat 7.1 w/ XFS and everything works fine (except for the ide-cd thing that's been mentioned before). However I would like to recompile (b/c some things that I need are missing in stock). I went out to get the 2.4.3 and have not been able to get it to compile no matter what I do. Here are my first set of errors: ld -m elf_i386 -Ttext 0x0 -s --oformat binary bbootsect.o -o bbootsect gcc -V egcs-2.91.66 -E -D__KERNEL__ -I/root/linux-2.4-xfs/linux/include -D__BIG_KERNEL__ -traditional -DSVGA_MODE=NORMAL_VGA setup.S -o bsetup.s as -o bsetup.o bsetup.s bsetup.s: Assembler messages: bsetup.s:1306: Warning: indirect lcall without `*' bsetup.s:2113: Error: undefined symbol VIDEO_FIRST_V7 in operation bsetup.s:2138: Error: undefined symbol VIDEO_RECALC in operation bsetup.s:2141: Error: undefined symbol VIDEO_FIRST_RESOLUTION in operation bsetup.s:2144: Error: undefined symbol VIDEO_FIRST_SPECIAL in operation bsetup.s:2147: Error: undefined symbol VIDEO_FIRST_V7 in operation bsetup.s:2150: Error: undefined symbol VIDEO_FIRST_VESA in operation bsetup.s:2165: Error: undefined symbol VIDEO_FIRST_VESA in operation bsetup.s:2226: Error: undefined symbol VIDEO_FIRST_VESA in operation bsetup.s:2230: Error: undefined symbol VIDEO_FIRST_VESA in operation bsetup.s:2244: Error: undefined symbol VIDEO_FIRST_VESA in operation bsetup.s:2262: Error: undefined symbol VIDEO_RECALC in operation bsetup.s:2722: Error: undefined symbol VIDEO_FIRST_VESA in operation bsetup.s:2128: Error: Value of -3840 too large for field of 1 bytes at 3021 bsetup.s:2188: Error: Value of -3840 too large for field of 1 bytes at 3111 make[1]: *** [bsetup.o] Error 1 make[1]: Leaving directory `/root/linux-2.4-xfs/linux/arch/i386/boot' make: *** [bzImage] Error 2 then I did 'make mrproper', reconfiged (removing frame buffer support) and tried again. Now I still get this! ld -m elf_i386 -Ttext 0x0 -s --oformat binary bbootsect.o -o bbootsect gcc -V egcs-2.91.66 -E -D__KERNEL__ -I/root/linux-2.4-xfs/linux/include -D__BIG_KERNEL__ -traditional -DSVGA_MODE=NORMAL_VGA setup.S -o bsetup.s as -o bsetup.o bsetup.s bsetup.s: Assembler messages: bsetup.s:1280: Warning: indirect lcall without `*' ld -m elf_i386 -Ttext 0x0 -s --oformat binary -e begtext -o bsetup bsetup.o bsetup.o: In function `start_of_setup': bsetup.o(.text+0x43e): undefined reference to `SIG1' bsetup.o(.text+0x446): undefined reference to `SIG2' bsetup.o: In function `bad_sig': bsetup.o(.text+0x4c6): undefined reference to `SIG1' bsetup.o(.text+0x4ce): undefined reference to `SIG2' bsetup.o: In function `meme820': bsetup.o(.text+0x528): undefined reference to `E820MAP' bsetup.o: In function `jmpe820': bsetup.o(.text+0x532): undefined reference to `SMAP' bsetup.o(.text+0x544): undefined reference to `SMAP' bsetup.o: In function `good820': bsetup.o(.text+0x54e): undefined reference to `E820MAX' make[1]: *** [bsetup] Error 1 make[1]: Leaving directory `/root/linux-2.4-xfs/linux/arch/i386/boot' make: *** [bzImage] Error 2 What can I do? Thanks in advance, Brian