<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Hi,</DIV>
<DIV>    I get the following error where the "make"(building) stops.</DIV>
<DIV> </DIV>
<DIV>/MinGW/llvm/arm_objects/./gcc/xgcc -B/MinGW/llvm/arm_objects/./gcc/ -B/MinGW/llv<BR>m/arm_objects/../install/arm-linux/bin/ -B/MinGW/llvm/arm_objects/../install/arm<BR>-linux/lib/ -isystem /MinGW/llvm/arm_objects/../install/arm-linux/include -isyst<BR>em /MinGW/llvm/arm_objects/../install/arm-linux/sys-include  -O2 -O2 -g -O2  -DI<BR>N_GCC -DCROSS_DIRECTORY_STRUCTURE   -W -Wall -Wwrite-strings -Wstrict-prototypes<BR> -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -I. -I. -I../.<BR>./llvm-gcc-4.8/gcc -I../../llvm-gcc-4.8/gcc/. -I../../llvm-gcc-4.8/gcc/../includ<BR>e -I../../llvm-gcc-4.8/gcc/../libcpp/include  -I../../llvm-gcc-4.8/gcc/../libdec<BR>number -I../libdecnumber -I/MinGW/llvm/arm_objects/../llvm-2.8/include -I/MinGW/<BR>llvm/llvm-2.8/include  -g0 -finhibit-size-directive -fno-inline-functions -fno-e<BR>xceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder
 -Dinhibit_libc  \<BR>          -c ../../llvm-gcc-4.8/gcc/crtstuff.c -DCRT_BEGIN \<BR>          -o crtbegin.o<BR>C:/MinGW/llvm/arm_objects/gcc/as: line 2: exec: -o: invalid option<BR>exec: usage: exec [-cl] [-a name] file [redirection ...]<BR>make[3]: *** [crtbegin.o] Error 1<BR>make[3]: Leaving directory `/MinGW/llvm/arm_objects/gcc'<BR>make[2]: *** [all-stage1-gcc] Error 2<BR>make[2]: Leaving directory `/MinGW/llvm/arm_objects'<BR>make[1]: *** [stage1-bubble] Error 2<BR>make[1]: Leaving directory `/MinGW/llvm/arm_objects'<BR>make: *** [all] Error 2<BR></DIV>
<DIV>I tried --enable-bootstrap but get the same error.</DIV>
<DIV> </DIV>
<DIV>Akramul</DIV>
<DIV><BR>--- On <B>Wed, 29/12/10, Bill Wendling <I><wendling@apple.com></I></B> wrote:<BR></DIV>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid"><BR>From: Bill Wendling <wendling@apple.com><BR>Subject: Re: [LLVMdev] LLVM for ARM target<BR>To: "akramul azim" <bijoy123_8@yahoo.com><BR>Cc: llvmdev@cs.uiuc.edu<BR>Date: Wednesday, 29 December, 2010, 2:26 AM<BR><BR>
<DIV class=plainMail><BR>On Dec 28, 2010, at 8:06 AM, akramul azim wrote:<BR><BR>> hi everyone,<BR>>  <BR>>      I am new in LLVM. I am using this command to compile gcc or configure LLVM for the ARM target.<BR>>  <BR>> $ ../llvm-gcc-4.8/ configure --target=arm-linux --program-prefix=arm- <BR>>   arm- --prefix=$PWD/.. /install --disable-optimized --enable-bindings= none --enable-llvm=$PWD/../ llvm-2.8 --enable-languages= c,c++  <BR>>  <BR>> $ make<BR>>  <BR>> However, I get compile errors. So, i cannot execute make install.<BR>>  <BR>>  <BR>> I wonder that is this the right way to configure LLVM for compiling C programs for ARM target from my windows host machine(x86)? <BR>>  <BR>I'm not sure which errors you're getting, but you should probably be using the `--disable-bootstrap' flag during
 configuration.<BR><BR>-bw<BR><BR></DIV></BLOCKQUOTE></td></tr></table><br>