[LLVMdev] build errors while cross compiling llvm-gcc for ARM

Dimitry Andric dimitry at andric.com
Sun Jun 6 06:47:53 PDT 2010


On 2010-06-04 13:41, Sanjeev C wrote:
> I get following errors:
> 
> /home/llvm-gcc-4.2-2.7.source/host-i686-pc-linux-gnu/gcc/xgcc
> -B/home/llvm-gcc-4.2-2.7.source/host-i686-pc-linux-gnu/gcc/
> -B/usr/local/armv7fl-montavista-linux-gnueabi/bin/
> -B/usr/local/armv7fl-montavista-linux-gnueabi/lib/ -isystem
> /usr/local/armv7fl-montavista-linux-gnueabi/include -isystem
> /usr/local/armv7fl-montavista-linux-gnueabi/sys-include -DHAVE_CONFIG_H -I.
> -I../.././libmudflap -I. -Wall -ffunction-sections -fdata-sections -O2 -g
> -O2 --sysroot=/home//arm_v7_vfp_le/target/ -MT mf-runtime.lo -MD -MP -MF
> .deps/mf-runtime.Tpo -c ../.././libmudflap/mf-runtime.c -o mf-runtime.o
>> /dev/null 2>&1
> make[4]: *** [mf-runtime.lo] Error 1

Unfortunately, the only informative part of this compilation error was
hidden by the "> /dev/null 2>&1" redirection.  Could you please remove
that redirection, re-run the build, and report the actual error message?



More information about the llvm-dev mailing list