구성 : 오류 :이 릴리스에서는 소스 디렉토리의 건물이 지원되지 않습니다.

StackOverflow https://stackoverflow.com/questions/3325522

문제

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.
.

Building in the source directory is not supported in this release.가 무엇을 의미합니까?나는 LLVM-GCC-4.0-iPhone을 사용하여 다음을 사용합니다.

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

문제가 될 수 있습니까?

도움이 되었습니까?

해결책

문제는 모든 소스 파일로 디렉토리를 빌드하려고 시도했습니다.루트 디렉토리와 다른 다른 폴더에 만들어야했습니다.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top