|
From: John R. <jr...@bi...> - 2012-04-16 15:50:30
|
> export CFLAGS="-mcpu=arm926ej-s -I/opt/lemonix/cdt/arm-linux-gnueabi/include"
> export LDFLAGS="-L/opt/lemonix/cdt/arm-linux-gnueabi/lib"
>
> export CROSS_COMPILE=/opt/lemonix/cdt/bin/arm-linux-
>
> export CC=${CROSS_COMPILE}gcc
> export CPP=${CROSS_COMPILE}cpp
> export CXX=${CROSS_COMPILE}g++
> export LD=${CROSS_COMPILE}ld
> export AR=${CROSS_COMPILE}ar
> export CAS=${CROSS_COMPILE}gcc
>
> 1. Using command to
> ./configure --prefix=/opt/valgrind --host=armv7-unknown-linux-gnu which is
> successful.
> 2. After this I am compiling the valgrind using "make" and getting following
> make[3]: Entering directory `/home/jkyoo/valgrind-3.7.0_a/coregrind'
> /opt/lemonix/cdt/bin/arm-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include
> -I../VEX/pub -DVGA_arm=1 -DVGO_linux=1 -DVGP_arm_linux=1 -DVGPV_arm_linux_vanilla=1
> -I../coregrind -DVG_LIBDIR="\"/opt/valgrind/lib/valgrind"\" -DVG_PLATFORM="\"arm-linux\""
> -I.. -I../include -I../VEX/pub -DVGA_arm=1 -DVGO_linux=1 -DVGP_arm_linux=1
> -DVGPV_arm_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/opt/valgrind/lib/valgrind"\"
> -DVG_PLATFORM="\"arm-linux\"" -marm -mcpu=cortex-a8 ...
...
> m_dispatch/dispatch-arm-linux.S:88: Error: selected processor does not
> support `movw r3,#:lower16:vgPlain_dispatch_ctr'
Please report this as a bug. Click the link for Bug Reports in the
Contact sidebar on the main page http://valgrind.org/.
--
|