This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/36249] New: Error: cpu `51qe' unrecognized while making for m68k target
- From: "a dot iqbal at ieee dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 May 2008 16:03:23 -0000
- Subject: [Bug c/36249] New: Error: cpu `51qe' unrecognized while making for m68k target
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
gcc-4.3-20080515
binutils-2.18
Configured with:
target=m68k-elf --enable-threads \
--disable-libmudflap --disable-libssp --disable-libgomp \
--disable-libstdcxx-pch --with-arch=cf --disable-threads \
--with-gnu-as --with-gnu-ld --enable-languages=c,c++ --disable-checking \
--disable-shared --with-newlib --with-pkgversion=LGS-0.1 \
--disable-nls --prefix=/usr/src/coldfire --with-headers=yes \
--enable-poison-system-directories
--with-build-time-tools=/usr/src/coldfire/bin
Environment:
Environment:
SHELL=/bin/bash
TERM=xterm
WINDOWID=8388613
OLDPWD=/usr/src/coldfire/source/build_gcc/m68k-elf/m51qe
USER=root
LD_LIBRARY_PATH=/usr/local/lib
KONSOLE_DCOP=DCOPRef(konsole-2707,konsole)
MAIL=/var/mail/root
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/src/coldfire/bin
KONSOLE_DCOP_SESSION=DCOPRef(konsole-2707,session-1)
PWD=/usr/src/coldfire/source/build_gcc/m68k-elf/m51qe/libgcc
PS1=[\u@\h \W]\$
SHLVL=2
HOME=/root
LS_OPTIONS=--color=auto
LOGNAME=root
ls /usr/local/lib:
libgmp.a libgmp.so libgmp.so.3.4.2 libmpfr.la libmpfr.so.1
python2.4 site_ruby
libgmp.la libgmp.so.3 libmpfr.a libmpfr.so libmpfr.so.1.1.1
python2.5
Error during make (snipped from
/usr/src/coldfire/source/build_gcc/m68k-elf/m51qe/libgcc/config.log):
gcc version 4.3.1 20080515 (prerelease) (LGS-0.1)
configure:2374: $? = 0
configure:2376: /usr/src/coldfire/source/build_gcc/./gcc/xgcc
-B/usr/src/coldfire/source/build_gcc/./gcc/\
-B/usr/src/coldfire/m68k-elf/bin/ -B/usr/src/coldfire/m68k-elf/lib/ -isystem
/usr/src/coldfire/m68k-elf/\
include -isystem /usr/src/coldfire/m68k-elf/sys-include -mcpu=51qe -V
</dev/null >&5
xgcc: '-V' must come at the start of the command line
configure:2379: $? = 1
configure:2398: /usr/src/coldfire/source/build_gcc/./gcc/xgcc
-B/usr/src/coldfire/source/build_gcc/./gcc/\
-B/usr/src/coldfire/m68k-elf/bin/ -B/usr/src/coldfire/m68k-elf/lib/ -isystem
/usr/src/coldfire/m68k-elf/\
include -isystem /usr/src/coldfire/m68k-elf/sys-include -mcpu=51qe -o conftest
-O2 -g -g -O2 conftest\
.c >&5
Assembler messages:
Error: cpu `51qe' unrecognized
configure:2401: $? = 1
configure:2567: checking for suffix of object files
configure:2588: /usr/src/coldfire/source/build_gcc/./gcc/xgcc
-B/usr/src/coldfire/source/build_gcc/./gcc/\
-B/usr/src/coldfire/m68k-elf/bin/ -B/usr/src/coldfire/m68k-elf/lib/ -isystem
/usr/src/coldfire/m68k-elf/\
include -isystem /usr/src/coldfire/m68k-elf/sys-include -mcpu=51qe -c -O2 -g
-g -O2 conftest.c >&5
Assembler messages:
Error: cpu `51qe' unrecognized
configure:2591: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU C Runtime Library"
| #define PACKAGE_TARNAME "libgcc"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "GNU C Runtime Library 1.0"
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2605: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.
Kindly help me in solving this error message.
I have a feeling that --disable-multilib would solve this but I would like to
have multilib built.
--
Summary: Error: cpu `51qe' unrecognized while making for m68k
target
Product: gcc
Version: 4.3.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: a dot iqbal at ieee dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36249