Messages in this thread |  | | Date | Thu, 18 Oct 2001 17:40:39 -0400 | From | Jakub Jelinek <> | Subject | Re: Kernel compilation problems - ld: bvmlinux |
| |
On Thu, Oct 18, 2001 at 11:06:39PM +0200, Petr Konecny wrote: > Hi, > > I am having trouble compiling 2.4.12 vanilla on i386 box, it ends with this: > ld -m elf_i386 -Ttext 0x100000 -e startup_32 -o bvmlinux head.o misc.o piggy.o > ld: bvmlinux: Not enough room for program headers (allocated 2, need 3) > ld: final link failed: Bad value
Either add -z nocombreloc to ld's command line, or make sure you have http://sources.redhat.com/ml/binutils/2001-10/msg00309.html patch installed.
Jakub - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |