* Fail to buil linux-2.6.14
@ 2005-11-17 21:30 Stéphane BAUSSON
2005-11-17 23:40 ` Ken Moffat
0 siblings, 1 reply; 4+ messages in thread
From: Stéphane BAUSSON @ 2005-11-17 21:30 UTC (permalink / raw)
To: linux-kernel
Hi, I am failing to build 2.6.14, any idea or direction for investigation ?
======================================
if test ! /usr/src/linux-2.6.14 -ef /usr/src/linux-2.6.14; then \
/bin/sh /usr/src/linux-2.6.14/scripts/mkmakefile \
/usr/src/linux-2.6.14 /usr/src/linux-2.6.14 2 6 \
> /usr/src/linux-2.6.14/Makefile; \
echo ' GEN /usr/src/linux-2.6.14/Makefile'; \
fi
set -e; echo ' CHK include/linux/version.h'; mkdir -p
include/linux/; if [ `echo -n "2.6.14.1" | wc -c ` -gt 64 ]; then
echo '"2.6.14.1" exceeds 64 characters' >&2; exit 1; fi; (echo \#define
UTS_RELEASE \"2.6.14.1\"; echo \#define LINUX_VERSION_CODE `expr 2 \\*
65536 + 6 \\* 256 + 14`; echo '#define KERNEL_VERSION(a,b,c) (((a) <<
16) + ((b) << 8) + (c))'; ) < /usr/src/linux-2.6.14/Makefile >
include/linux/version.h.tmp; if [ -r include/linux/version.h ] && cmp -s
include/linux/version.h include/linux/version.h.tmp; then rm -f
include/linux/version.h.tmp; else echo ' UPD
include/linux/version.h'; mv -f include/linux/version.h.tmp
include/linux/version.h; fi
CHK include/linux/version.h
make -f scripts/Makefile.build obj=scripts/basic
rm -rf .tmp_versions
mkdir -p .tmp_versions
make -f scripts/Makefile.build obj=.
mkdir -p arch/i386/kernel/
make -f scripts/Makefile.build obj=scripts
make -f scripts/Makefile.build obj=scripts/mod
make -f scripts/Makefile.build obj=init
CHK include/linux/compile.h
/bin/sh /usr/src/linux-2.6.14/scripts/mkcompile_h include/linux/compile.h \
"i386" "y" "y" "gcc -m32 -Wall -Wundef -Wstrict-prototypes
-Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -O2
-fomit-frame-pointer -pipe -msoft-float -mpreferred-stack-boundary=2
-fno-unit-at-a-time -march=i686 -mtune=pentium4
-Iinclude/asm-i386/mach-default -Wdeclaration-after-statement "
make -f scripts/Makefile.build obj=usr
set -e; echo ' CHK usr/initramfs_list'; mkdir -p usr/; /bin/sh
/usr/src/linux-2.6.14/scripts/gen_initramfs_list.sh < usr/Makefile >
usr/initramfs_list.tmp; if [ -r usr/initramfs_list ] && cmp -s
usr/initramfs_list usr/initramfs_list.tmp; then rm -f
usr/initramfs_list.tmp; else echo ' UPD usr/initramfs_list'; mv -f
usr/initramfs_list.tmp usr/initramfs_list; fi
CHK usr/initramfs_list
make -f scripts/Makefile.build obj=arch/i386/kernel
make -f scripts/Makefile.build obj=arch/i386/kernel/acpi
make -f scripts/Makefile.build obj=arch/i386/kernel/cpu
make -f scripts/Makefile.build obj=arch/i386/kernel/cpu/mcheck
make -f scripts/Makefile.build obj=arch/i386/kernel/cpu/mtrr
make -f scripts/Makefile.build obj=arch/i386/kernel/timers
gcc -m32 -m elf_i386 -nostdlib -shared -s -Wl,-soname=linux-gate.so.1
-Wl,-T,arch/i386/kernel/vsyscall.lds arch/i386/kernel/vsyscall-int80.o
arch/i386/kernel/vsyscall-note.o -o arch/i386/kernel/vsyscall-int80.so
/local/gnu/binutils/bin/ld: section .text [ffffe400 -> ffffe45f]
overlaps section .dynstr [ffffe17c -> ffffe9cd]
/local/gnu/binutils/bin/ld: section .note [ffffe460 -> ffffe477]
overlaps section .dynstr [ffffe17c -> ffffe9cd]
/local/gnu/binutils/bin/ld: section .eh_frame [ffffe478 -> ffffe56b]
overlaps section .dynstr [ffffe17c -> ffffe9cd]
/local/gnu/binutils/bin/ld: section .dynamic [ffffe56c -> ffffe5eb]
overlaps section .dynstr [ffffe17c -> ffffe9cd]
/local/gnu/binutils/bin/ld: section .useless [ffffe5ec -> ffffe5f7]
overlaps section .dynstr [ffffe17c -> ffffe9cd]
/local/gnu/binutils/bin/ld: arch/i386/kernel/vsyscall-int80.so: section
.text lma 0xffffe400 overlaps previous sections
/local/gnu/binutils/bin/ld: arch/i386/kernel/vsyscall-int80.so: section
.note lma 0xffffe460 overlaps previous sections
/local/gnu/binutils/bin/ld: arch/i386/kernel/vsyscall-int80.so: section
.eh_frame_hdr lma 0xffffe478 overlaps previous sections
/local/gnu/binutils/bin/ld: arch/i386/kernel/vsyscall-int80.so: section
.eh_frame lma 0xffffe49c overlaps previous sections
/local/gnu/binutils/bin/ld: arch/i386/kernel/vsyscall-int80.so: section
.dynamic lma 0xffffe590 overlaps previous sections
/local/gnu/binutils/bin/ld: arch/i386/kernel/vsyscall-int80.so: section
.useless lma 0xffffe610 overlaps previous sections
/local/gnu/binutils/bin/ld: arch/i386/kernel/vsyscall-int80.so: section
.gnu.version lma 0xffffe9ce overlaps previous sections
/local/gnu/binutils/bin/ld: arch/i386/kernel/vsyscall-int80.so: section
.gnu.version_d lma 0xffffe9e0 overlaps previous sections
collect2: ld returned 1 exit status
make[1]: *** [arch/i386/kernel/vsyscall-int80.so] Error 1
make: *** [arch/i386/kernel] Error 2
--
stephane.bausson@free.fr - Lherm (31,France)
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: Fail to buil linux-2.6.14
2005-11-17 21:30 Fail to buil linux-2.6.14 Stéphane BAUSSON
@ 2005-11-17 23:40 ` Ken Moffat
2005-11-19 23:05 ` Stéphane BAUSSON
0 siblings, 1 reply; 4+ messages in thread
From: Ken Moffat @ 2005-11-17 23:40 UTC (permalink / raw)
To: Stéphane BAUSSON; +Cc: linux-kernel
[-- Attachment #1: Type: TEXT/PLAIN, Size: 741 bytes --]
On Thu, 17 Nov 2005, Stéphane BAUSSON wrote:
> Hi, I am failing to build 2.6.14, any idea or direction for investigation ?
>
> ======================================
> /local/gnu/binutils/bin/ld: section .text [ffffe400 -> ffffe45f] overlaps
> section .dynstr [ffffe17c -> ffffe9cd]
> /local/gnu/binutils/bin/ld: section .note [ffffe460 -> ffffe477] overlaps
> section .dynstr [ffffe17c -> ffffe9cd]
Get a better binutils ? I don't know what you've installed in
/local/gnu/binutils, but it clearly doesn't get along with the kernel
you've compiled. Maybe it's broken (at least from a kernel viewpoint),
maybe it simply doesn't match the version of gcc you are using.
Ken
--
das eine Mal als Tragödie, das andere Mal als Farce
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Fail to buil linux-2.6.14
2005-11-17 23:40 ` Ken Moffat
@ 2005-11-19 23:05 ` Stéphane BAUSSON
2005-11-20 0:42 ` Ken Moffat
0 siblings, 1 reply; 4+ messages in thread
From: Stéphane BAUSSON @ 2005-11-19 23:05 UTC (permalink / raw)
To: Ken Moffat; +Cc: linux-kernel
I fixed it by increasing the the 0x400 offset in
arch/i386/kernel/vsyscall.lds to 0xb00 ...
I do not understand why this issue is specific to my config.
Ken Moffat wrote:
> On Thu, 17 Nov 2005, Stéphane BAUSSON wrote:
>
>> Hi, I am failing to build 2.6.14, any idea or direction for
>> investigation ?
>>
>> ======================================
>> /local/gnu/binutils/bin/ld: section .text [ffffe400 -> ffffe45f]
>> overlaps section .dynstr [ffffe17c -> ffffe9cd]
>> /local/gnu/binutils/bin/ld: section .note [ffffe460 -> ffffe477]
>> overlaps section .dynstr [ffffe17c -> ffffe9cd]
>
> Get a better binutils ? I don't know what you've installed in
> /local/gnu/binutils, but it clearly doesn't get along with the kernel
> you've compiled. Maybe it's broken (at least from a kernel
> viewpoint), maybe it simply doesn't match the version of gcc you are
> using.
>
> Ken
--
stephane.bausson@free.fr - Lherm (31,France)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-11-20 0:42 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-17 21:30 Fail to buil linux-2.6.14 Stéphane BAUSSON
2005-11-17 23:40 ` Ken Moffat
2005-11-19 23:05 ` Stéphane BAUSSON
2005-11-20 0:42 ` Ken Moffat
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox