pereraa / iphone-dev

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

Problem Configuring LLVM-GCC #195

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I setup everything normally, with the latest llvm and iphone-dev revisions.

2. I get this error when I try to ./configure llvm-gcc

configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: 'llvm-devel'
configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: 'llvm-config'?
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: [N/y]
checking build system type... Invalid configuration `not': machine `not'
not recognized
configure: error: /bin/sh ./config.sub not failed

The Command I Used Was

./configure --enable-llvm=`llvm-config --obj-root`
--enable-languages=c,c++,objc,obj-c++ --target=arm-apple-darwin
--enable-sjlj-exceptions --with-heavenly=$HEAVENLY
--with-as=/usr/local/bin/arm-apple-darwin-as
--with-ld=/usr/local/bin/arm-apple-darwin-ld --enable-wchar_t=no

Can someone please help me? 

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by iNaresh....@gmail.com on 27 Dec 2009 at 4:51