|
From: <act...@ko...> - 2005-04-01 10:38:36
|
Hi!
I want to cross-compile a valgrind-2.4.0. The target spec is like this
Cpu: mipsel=20
Os: linux
=20
so, I took procedure below.
1. extract valgrind-2.4.0 to my local directory
2. ./configure ?-host=3Dmipsel-linux
=20
But I could find this messages. How can I solve this problem=A1=A6=20
=20
[root@STYX00 valgrind-2.4.0]# ./configure --host=3Dmipsel-linux
configure: WARNING: If you wanted to set the --build type, don't use
--host.
If a cross compiler is detected then cross compile mode will be
used.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for mipsel-linux-strip... mipsel-linux-strip
checking whether to enable maintainer-specific portions of Makefiles...
no
checking whether ln -s works... yes
checking for mipsel-linux-gcc... mipsel-linux-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether mipsel-linux-gcc accepts -g... yes
checking for mipsel-linux-gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of mipsel-linux-gcc... gcc3
checking whether mipsel-linux-gcc and cc understand -c and -o
together... yes
checking how to run the C preprocessor... mipsel-linux-gcc -E
checking for mipsel-linux-g++... mipsel-linux-g++
checking whether we are using the GNU C++ compiler... yes
checking whether mipsel-linux-g++ accepts -g... yes
checking dependency style of mipsel-linux-g++... gcc3
checking for mipsel-linux-ranlib... mipsel-linux-ranlib
checking for perl... /usr/bin/perl
checking for gdb... /usr/bin/gdb
checking for a supported version of gcc... ok (2.96)
checking build system type... i686-pc-linux
checking host system type... mipsel-unknown-linux
checking for a supported CPU... no (mipsel)
configure: error: Unsupported host architecture. Sorry
--------------------------------------------------
<http://www.korea.com>
<http://event.korea.com/event/2005/03/private/> =20
|
|
From: Dimitri Papadopoulos-O. <pap...@sh...> - 2005-04-01 12:04:38
|
Hi, > I want to cross-compile a valgrind-2.4.0. The target spec is like this > > Cpu: mipsel Only x86 architectures are supported. |
|
From: Olly B. <ol...@su...> - 2005-04-01 16:47:38
|
On 2005-04-01, <act...@ko...> <act...@ko...> wrote: > I want to cross-compile a valgrind-2.4.0. The target spec is like this > > Cpu: mipsel Valgrind doesn't support mipsel. Currently x86 is well supported, and there's an experimental powerpc port. x86_64 is being worked on for valgrind 3.0: http://valgrind.org/devel/ Cheers, Olly |