Emerging syslinux fails on linking. gcc -m32 -ffreestanding -W -Wall -march=i386 -Os -fomit-frame-pointer -I../com32/include -c -o fd.o fd.c rm -f liboldcom32.a ar cq liboldcom32.a conio.o atou.o skipatou.o printf.o c32exit.o ranlib liboldcom32.a ld -m elf_i386 -Ttext 0x101000 -e _start -o hello.elf c32entry.o hello.o liboldcom32.a ld -m elf_i386 -Ttext 0x101000 -e _start -o hello2.elf c32entry.o hello2.o liboldcom32.a hello.o(.text+0x14): In function `__start': : undefined reference to `__guard' hello.o(.text+0x63): In function `__start': : undefined reference to `__guard' hello.o(.text+0x79): In function `__start': : undefined reference to `__stack_smash_handler' make[1]: *** [hello.elf] Error 1 make[1]: *** Waiting for unfinished jobs.... hello2.o(.text+0x15): In function `writemsg': : undefined reference to `__guard' hello2.o(.text+0x79): In function `writemsg': : undefined reference to `__guard' hello2.o(.text+0x8d): In function `writemsg': : undefined reference to `__stack_smash_handler' hello2.o(.text+0xae): In function `__start': : undefined reference to `__guard' hello2.o(.text+0xef): In function `__start': : undefined reference to `__stack_smash_handler' make[1]: *** [hello2.elf] Error 1 make[1]: Leaving directory `/var/tmp/portage/syslinux-3.07/work/syslinux-3.07/sample' make: *** [installer] Error 2
I tried to use the gcc profiles vanilla and hardened-nossp with the same result. (yes I did a "source /etc/profile" between the changes) Also the syslinux-2.13 fails to compile with a similar error message. Any ideas whats the problem? I cannot remeber seeing this with the uclibc-0.9.26. Portage 2.0.51-r13 (uclibc/x86/hardened, gcc-3.4.3, uclibc-0.9.27-r0, 2.6.10-gentoo-r4 i686) ================================================================= System uname: 2.6.10-gentoo-r4 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz Gentoo Base System version 1.6.8 Python: dev-lang/python-2.3.4 [2.3.4 (#1, Oct 23 2004, 01:39:48)] distcc 2.18.3 i386-pc-linux-uclibc (protocols 1 and 2) (default port 3632) [disabled] ccache version 2.3 [enabled] dev-lang/python: 2.3.4 sys-devel/autoconf: 2.13, 2.59-r6 sys-devel/automake: 1.5, 1.8.5-r2, 1.6.3, 1.7.9, 1.4_p6, 1.9.4 sys-devel/binutils: 2.15.92.0.2-r2 sys-devel/libtool: 1.5.10-r2 virtual/os-headers: 2.6.8.1-r2 ACCEPT_KEYWORDS="x86 ~x86" AUTOCLEAN="yes" CFLAGS="-march=i386 -Os -pipe" CHOST="i386-pc-linux-uclibc" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/bind /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-Os -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs autoconfig buildpkg ccache distlocks nodoc noinfo noman sandbox sfperms strict" GENTOO_MIRRORS="ftp://mirror.pudas.net/gentoo ftp://ftp.uninett.no/pub/Linux/Gentoo http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="x86 X509 berkdb cdr hardened ncurses perl pic pie python readline ssl tcpd uclibc zlib" Unset: LDFLAGS PS. would you prefer I post this kind of "bugs" in bugzilla? -- Natanael Copa -- [email protected] mailing list
