cwalls251 / iphone-dev

Automatically exported from code.google.com/p/iphone-dev
0 stars 0 forks source link

Building llvm-gcc-4.0-iphone/gcc #91

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
make[3]: *** [crt3.o] Error 1
make[3]: Leaving directory
`/cygdrive/c/iphone-dev/build/llvm-gcc-4.0-iphone/gcc
'
make[2]: *** [extra] Error 2
make[2]: Leaving directory
`/cygdrive/c/iphone-dev/build/llvm-gcc-4.0-iphone/gcc
'
make[1]: *** [stmp-multilib] Error 2
make[1]: Leaving directory
`/cygdrive/c/iphone-dev/build/llvm-gcc-4.0-iphone/gcc
'
make: *** [all-gcc] Error 2

What version of the product are you using? On what operating system?
Revision 206 (Checked out on 24/oct), Windows XP SP2, Cygwin

Please provide any additional information below.
Installed Cygwin in C:\Cygwin. I am running and building everything
(llvm-svn, iphone-dev, Developer\SDKs\MacOSX10.4u.sdk) from c:\. 
And used the odcctools_cygwin.patch from victzh to build odcctools.
And changed the
../../llvm-gcc-4.0-iphone/configure --enable-llvm=`llvm-config --obj-root` \
to ../../llvm-gcc-4.0-iphone/configure --enable-llvm=C:/llvm-svn \
So its reading my LLVM tree right.

See Log File for more information.

Original issue reported on code.google.com by zandvlie...@gmail.com on 26 Oct 2007 at 12:58

Attachments:

GoogleCodeExporter commented 8 years ago
I also have this issue, and I noticed it hasn't been fixed.
Is there any way to get around this bug?

Original comment by xRed...@gmail.com on 19 Feb 2010 at 8:50

GoogleCodeExporter commented 8 years ago
I got this error too, and I can't find a solution to fix this...

Original comment by menlong...@gmail.com on 21 Dec 2010 at 1:57