|
From: Pinkesh P. <pin...@li...> - 2015-07-02 12:56:20
|
Hello everyone ,
I am novice to valgrind tool . I want to configure valgrind for ARM Cortex-m4 .
My host system is x86_64 GNU/Linux ..
and cross-compile toolchain is arm-none-eabi .
Anyone ?
./configure --target=arm-none-eabi --host=x86_64-linux CC=~/gcc/gcc-arm-none-eabi-4_9-2015q1/bin/arm-none-eabi-gcc
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 x86_64-linux-strip... no
checking for strip... strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether ln -s works... yes
checking for x86_64-linux-gcc... /home/pinkesh/gcc/gcc-arm-none-eabi-4_9-2015q1/bin/arm-none-eabi-gcc
checking whether the C compiler works... no
configure: error: in `/home/pinkesh/installs/valgrind-3.10.1':
configure: error: C compiler cannot create executables
See `config.log' for more details
- Pinkesh
|