Summary: | cross-i686-pc-mingw32/gcc-4.6.3: .../build/./gcc/as: line 87: exec: -o: invalid option | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Rast <rafal.klimaszewski> |
Component: | [OLD] Core system | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | chewi |
Priority: | Normal | ||
Version: | 10.1 | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
cross-i686-pc-mingw32-info.log
/cross-i686-pc-mingw32-gcc-stage1.log.xz gcc-config.logs.tar.xz |
Description
Rast
2012-06-28 12:25:10 UTC
Created attachment 316541 [details]
cross-i686-pc-mingw32-info.log
Created attachment 316543 [details]
/cross-i686-pc-mingw32-gcc-stage1.log.xz
Created attachment 316545 [details]
gcc-config.logs.tar.xz
The error seems to be: configure:3055: /mnt/oldos/var/tmp/portage/cross-i686-pc-mingw32/gcc-4.6.3/work/build/./gcc/xgcc -B/mnt/oldos/var/tmp/portage/cross-i686-pc-mingw32/gcc-4.6.3/work/build/./gcc/ -L/mnt/oldos/var/tmp/portage/cross-i686-pc-mingw32/gcc-4.6.3/work/build/i686-pc-mingw32/winsup/mingw -L/mnt/oldos/var/tmp/portage/cross-i686-pc-mingw32/gcc-4.6.3/work/build/i686-pc-mingw32/winsup/w32api/lib -isystem /mnt/oldos/var/tmp/portage/cross-i686-pc-mingw32/gcc-4.6.3/work/gcc-4.6.3/winsup/mingw/include -isystem /mnt/oldos/var/tmp/portage/cross-i686-pc-mingw32/gcc-4.6.3/work/gcc-4.6.3/winsup/w32api/include -B/usr/i686-pc-mingw32/bin/ -B/usr/i686-pc-mingw32/lib/ -isystem /usr/i686-pc-mingw32/include -isystem /usr/i686-pc-mingw32/sys-include -o conftest -g -O2 -pipe conftest.c >&5 /mnt/oldos/var/tmp/portage/cross-i686-pc-mingw32/gcc-4.6.3/work/build/./gcc/as: line 87: exec: -o: invalid option ...not that it seems to tell much. i just ran `crossdev i686-pc-mingw32` and it worked fine for me cross-i686-pc-mingw32/binutils-2.22.90 cross-i686-pc-mingw32/gcc-4.6.3 cross-i686-pc-mingw32/mingw-runtime-3.18 cross-i686-pc-mingw32/w32api-3.17.2 going by the "/mnt/oldos" you have in the output, are you doing weird things in your system involving symlinks ? I hit this and found that no binutils was set for the target. Fix it using binutils-config and try again. You posted over a year ago though so you've probably worked around it by now. Time to close this? |