View previous topic :: View next topic |
Author |
Message |
moped-tobias n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 02 Apr 2005 Posts: 20
|
Posted: Thu Feb 08, 2007 3:47 pm Post subject: GCC kompiliert nicht |
|
|
Hallo
Irgendwie will der GCC nicht so wie ich möchte. Ich hoffe, dass mit jemand helfen kann. Hierbei handelt es sich um gcc-4.1.1-r3.
Code: |
./xgcc -B./ -B/usr/i686-pc-linux-gnu/bin/ -isystem /usr/i686-pc-linux-gnu/include -isystem /usr/i686-pc-linux-gnu/sys-include -L/var/tmp/portage/gcc-4.1.1-r3/work/build/gcc/../ld -O2 -O2 -O2 -march=athlon-xp -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc -I/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/. -I/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/../include -I/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/../libcpp/include -fexceptions -fvisibility=hidden -DHIDE_EXPORTS -c /var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c -o libgcc/./unwind-dw2-fde-glibc.o
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:94: error: expected ':', ',', ';', '}' or '__attribute__' before '*' token
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:127: warning: 'struct dl_phdr_info' declared inside parameter list
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:127: warning: its scope is only this definition or declaration, which is probably not what you want
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c: In function '_Unwind_IteratePhdrCallback':
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:130: warning: type qualifiers ignored on function return type
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:130: warning: return type defaults to 'int'
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:130: warning: function declaration isn't a prototype
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c: In function 'ElfW':
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:130: error: expected declaration specifiers before '*' token
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:144: error: expected specifier-qualifier-list before 'ElfW'
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:150: warning: empty declaration
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:152: error: expected declaration specifiers before 'match'
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:153: error: expected declaration specifiers before 'phdr'
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:154: error: expected declaration specifiers before 'load_base'
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:155: error: expected declaration specifiers before 'p_eh_frame_hdr'
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:156: error: expected declaration specifiers before 'p_dynamic'
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:158: error: parameter 'prev_cache_entry' is initialized
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:159: error: parameter 'last_cache_entry' is initialized
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:161: error: expected declaration specifiers before 'if'
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:228: error: expected declaration specifiers before 'if'
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:232: error: parameter 'pc_low' is initialized
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:232: error: parameter 'pc_high' is initialized
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:236: error: expected declaration specifiers before 'for'
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:236: error: expected declaration specifiers before '--' token
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:236: error: expected declaration specifiers before 'phdr'
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:255: error: expected declaration specifiers before 'if'
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:258: error: expected declaration specifiers before 'if'
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:277: error: expected declaration specifiers before 'found'
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:283: error: expected declaration specifiers before 'hdr'
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:285: error: expected declaration specifiers before 'if'
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:290: error: expected declaration specifiers before 'data'
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:291: error: expected declaration specifiers before 'if'
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:312: error: expected declaration specifiers before 'p'
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:321: error: expected declaration specifiers before 'if'
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:383: error: expected declaration specifiers before 'ob'
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:384: error: expected declaration specifiers before 'ob'
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:385: error: expected declaration specifiers before 'ob'
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:386: error: expected declaration specifiers before 'ob'
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:387: error: expected declaration specifiers before 'ob'
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:388: error: expected declaration specifiers before 'ob'
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:389: error: expected declaration specifiers before 'data'
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:390: error: expected declaration specifiers before 'if'
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:400: error: expected declaration specifiers before 'return'
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:401: error: expected declaration specifiers before '}' token
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:405: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:430: warning: old-style function definition
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:430: warning: type of 'Phdr' defaults to 'int'
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:232: error: declaration for parameter 'pc_high' but no such parameter
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:232: error: declaration for parameter 'pc_low' but no such parameter
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:159: error: declaration for parameter 'last_cache_entry' but no such parameter
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:158: error: declaration for parameter 'prev_cache_entry' but no such parameter
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:140: error: declaration for parameter 'ob' but no such parameter
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:139: error: declaration for parameter 'eh_frame' but no such parameter
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:138: error: declaration for parameter 'hdr' but no such parameter
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:137: error: declaration for parameter 'p' but no such parameter
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:135: error: declaration for parameter 'load_base' but no such parameter
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:131: error: declaration for parameter 'match' but no such parameter
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:131: error: declaration for parameter 'n' but no such parameter
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:430: error: expected '{' at end of input
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c: At top level:
/var/tmp/portage/gcc-4.1.1-r3/work/gcc-4.1.1/gcc/unwind-dw2-fde-glibc.c:129: warning: unused variable 'data'
make[3]: *** [libgcc/./unwind-dw2-fde-glibc.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/gcc-4.1.1-r3/work/build/gcc'
make[2]: *** [libgcc.a] Error 2
make[2]: Leaving directory `/var/tmp/portage/gcc-4.1.1-r3/work/build/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/var/tmp/portage/gcc-4.1.1-r3/work/build/gcc'
make: *** [profiledbootstrap] Error 2
!!! ERROR: sys-devel/gcc-4.1.1-r3 failed.
Call stack:
ebuild.sh, line 1546: Called dyn_compile
ebuild.sh, line 937: Called src_compile
ebuild.sh, line 1255: Called toolchain_src_compile
toolchain.eclass, line 24: Called gcc_src_compile
toolchain.eclass, line 1539: Called gcc_do_make
toolchain.eclass, line 1413: Called die
!!! emake failed with profiledbootstrap
!!! If you need support, post the topmost build error, and the call stack if relevant.
|
Hier noch die Ausgabe von emerge --info
Code: |
Portage 2.1.1-r2 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.4-r4, 2.6.18-gentoo-r6 i686)
=================================================================
System uname: 2.6.18-gentoo-r6 i686 AMD Athlon(tm) XP 1800+
Gentoo Base System version 1.12.6
Last Sync: Thu, 08 Feb 2007 14:20:01 +0000
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python: 2.3.5-r2, 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: 2.3
dev-util/confcache: [Not Present]
sys-apps/sandbox: 1.2.17
sys-devel/autoconf: 2.13, 2.60
sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils: 2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool: 1.5.22
virtual/os-headers: 2.6.17-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer -pipe -m3dnow -msse -mmmx"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/texmf/web2c /usr/X11R6/bin/startx /usr/bin/opera /usr/bin/startx"
CXXFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer -pipe -m3dnow -msse -mmmx"
DISTDIR="/mnt/data_01/workplace/portage/gentoo/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="de"
LC_ALL="de_DE@euro"
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/mnt/data_01/workplace/portage/gentoo"
PORTDIR_OVERLAY="/mnt/data_01/workplace/portage/overlays/own /mnt/data_01/workplace/portage/overlays/vps /mnt/data_01/workplace/portage/overlays/vmware"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowext X aac acpi alsa_cards_ali5451 alsa_cards_als4000 alsa_cards_atiixp alsa_cards_atiixp-modem alsa_cards_bt87x alsa_cards_ca0106 alsa_cards_cmipci alsa_cards_emu10k1 alsa_cards_emu10k1x alsa_cards_ens1370 alsa_cards_ens1371 alsa_cards_es1938 alsa_cards_es1968 alsa_cards_fm801 alsa_cards_hda-intel alsa_cards_intel8x0 alsa_cards_intel8x0m alsa_cards_maestro3 alsa_cards_trident alsa_cards_usb-audio alsa_cards_via82xx alsa_cards_via82xx-modem alsa_cards_ymfpci alsa_pcm_plugins_adpcm alsa_pcm_plugins_alaw alsa_pcm_plugins_asym alsa_pcm_plugins_copy alsa_pcm_plugins_dmix alsa_pcm_plugins_dshare alsa_pcm_plugins_dsnoop alsa_pcm_plugins_empty alsa_pcm_plugins_extplug alsa_pcm_plugins_file alsa_pcm_plugins_hooks alsa_pcm_plugins_iec958 alsa_pcm_plugins_ioplug alsa_pcm_plugins_ladspa alsa_pcm_plugins_lfloat alsa_pcm_plugins_linear alsa_pcm_plugins_meter alsa_pcm_plugins_mulaw alsa_pcm_plugins_multi alsa_pcm_plugins_null alsa_pcm_plugins_plug alsa_pcm_plugins_rate alsa_pcm_plugins_route alsa_pcm_plugins_share alsa_pcm_plugins_shm alsa_pcm_plugins_softvol apache2 audiofile avi bash-completion berkdb bitmap-fonts bonobo bzip2 bzlib cairo cameras_canon ccache cdr cli cracklib crypt cups dbus directfb divx4linux dlloader dri dvd dvdr dvdread elibc_glibc encode esd exif fam fbcon ffmpeg firefox flac flash fortran gdbm gif gimpprint gnome gphoto2 gpm gstreamer gtk gtk2 hal iconv idn imagemagick imlib input_devices_keyboard input_devices_mouse ipv6 isdnlog javascript jpeg kde kernel_linux lcd_devices_bayrad lcd_devices_cfontz lcd_devices_cfontz633 lcd_devices_glk lcd_devices_hd44780 lcd_devices_lb216 lcd_devices_lcdm001 lcd_devices_mtxorb lcd_devices_ncurses lcd_devices_text libg++ linguas_de lirc_devices_serial logitech-mouse mad maildir midi mikmod mime mmx mmxext motif mozilla mp3 mpeg mysql ncurses nls nothemes nptl nptlonly nvidia ogg opengl oss pam pcre pdf pdflib perl php png posix ppds pppd python qt qt3 qt4 quicktime readline real reflection rrdtool samba sasl sdl session skey sndfile softmmu spell spl sse ssl tcpd tiff truetype truetype-fonts type1-fonts udev unicode usb userland_GNU userlocales utf-8 vcd video_cards_nv video_cards_nvidia videos vorbis win32codecs xcomposite xml xorg xprint xrandr xv xvid zlib"
Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS
|
Vielen Dank im Vorraus |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Keruskerfuerst Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/723045419532d6679860c2.jpg)
Joined: 01 Feb 2006 Posts: 2289 Location: near Augsburg, Germany
|
Posted: Thu Feb 08, 2007 4:16 pm Post subject: |
|
|
Schalte mal distcc ab.
Ein paar LDFLAGS="-Wl,-O1" "-Wl,--sort-common" "-Wl,-s" "-Wl,-z,now".
P.S.: und ALSA_PCM_PLUGINS="" |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|