Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/iphone/41.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Iphone 配置:错误:此版本不支持在源目录中生成_Iphone_Llvm_Toolchain_Llvm Gcc - Fatal编程技术网

Iphone 配置:错误:此版本不支持在源目录中生成

Iphone 配置:错误:此版本不支持在源目录中生成,iphone,llvm,toolchain,llvm-gcc,Iphone,Llvm,Toolchain,Llvm Gcc,我试图在Ubuntu 10.04下构建iPhone工具链,但遇到了一个错误: mohit@mohit-laptop:~/Documents/toolchain/iphone-dev/llvm-gcc-4.0-iphone$ ./configure --enable-llvm=`llvm-config --obj-root` --enable-languages=c,c++,objc,obj-c++ --target=arm-apple-darwin --enable-sjlj-excep

我试图在Ubuntu 10.04下构建iPhone工具链,但遇到了一个错误:

mohit@mohit-laptop:~/Documents/toolchain/iphone-dev/llvm-gcc-4.0-iphone$ ./configure     --enable-llvm=`llvm-config --obj-root` --enable-languages=c,c++,objc,obj-c++ --target=arm-apple-darwin --enable-sjlj-exceptions --with-heavenly=/usr/share/iphone-filesystem --with-as=/usr/local/bin/arm-apple-darwin-as --with-ld=/usr/local/bin/arm-apple-darwin-ld --enable-wchar_t=no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... arm-apple-darwin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
configure: error: Building in the source directory is not supported in this release. See http://gcc.gnu.org/install/configure.html for more details.
本版本不支持在源目录中生成
是什么意思。
?我支持llvm-gcc-4.0-iphone,使用:

svn checkout http://iphone-dev.googlecode.com/svn/trunk/ iphone-dev  

可能是什么问题?

问题是我试图用所有源文件构建目录。它必须构建在与根目录不同的另一个文件夹中。

问题是,我试图构建包含所有源文件的目录。它必须构建在与根目录不同的另一个文件夹中