search for: build_cc

Displaying 9 results from an estimated 9 matches for "build_cc".

Did you mean: build_gcc
2014 Mar 19
2
[LLVMdev] Build process ignores BUILD_CC?
Hi, I am still struggling to cross-compile LLVM (using trunk). My cross compiler builds code that cannot be run on the build host. Thus, I need to make use of BUILD_CC/CXX during configuration. My current setup is (heavily boiled down): ../configure CC=cc_cross CXX=cxx_cross BUILD_CC=cc_host BUILD_CXX=cxx_host (plus other flag stuff) The configuration runs fine. However, when calling 'make' it would construct the BuildTools in a way that doesn't pi...
2010 Nov 29
3
[LLVMdev] Does someone has experience with Canadian cross build of LLVM compiler?
...ory `/home/ksanina/build/mx-debug-llvm' make[1]: *** [make] Error 2 make[1]: Leaving directory `/home/ksanina/build/mx-debug-llvm' make: *** [mx-debug-llvm-all] Error 2 rm /home/ksanina/build/mx-debug-llvm/.dir To resolve this issue, I end up setting up additional environment variables, BUILD_CC=gcc BUILD_CXX=g++ BUILD_AR =ar BUILD_LD=ld etc. Also, I modified llvm/Makefile to use my BUILD_CC, BUILD_AS, BUILD_LD, etc instead of CC, AS, LD, etc. for cross-compile-build-tools target. cross-compile-build-tools: $(Verb) if [ ! -f BuildTools/Makefile ]; then \ $(MKDIR) BuildT...
2010 Nov 30
0
[LLVMdev] Does someone has experience with Canadian cross build of LLVM compiler?
...rb) if [ ! -f BuildTools/Makefile ]; then \ >           $(MKDIR) BuildTools; \ >           cd BuildTools ; \ >           unset CFLAGS ; \ >           unset CXXFLAGS ; \ > +         AR=$(BUILD_AR) ;\ > +         AS=$(BUILD_AS) ;\ > +         LD=$(BUILD_LD) ;\ > +         CC=$(BUILD_CC) ;\ > +         CXX=$(BUILD_CXX) ;\ >           $(PROJ_SRC_DIR)/configure --build=$(BUILD_TRIPLE) \ >                 --host=$(BUILD_TRIPLE) --target=$(BUILD_TRIPLE); \ >           cd .. ; \ +1. It would be useful when buildhost's cc is not 'gcc'. eg. BUILD_CXX='ccache...
2009 Jun 17
1
[LLVMdev] Configure problem of llvm2.5 in Mac OS X 10.4.11
...load llvm_cv_os_type=Darwin llvm_cv_platform_type=Unix llvm_cv_target_arch=PowerPC ## ----------------- ## ## Output variables. ## ## ----------------- ## ALLOCA='' ALL_BINDINGS='' AR='' ARCH='PowerPC' BINDINGS_TO_BUILD='' BINPWD='' BISON='' BUILD_CC='' BUILD_CXX='' BUILD_EXEEXT='' BZIP2='' CC='gcc' CFLAGS='' CMP='' CONVENIENCE_LTDL_FALSE='' CONVENIENCE_LTDL_TRUE='' CP='' CPP='' CPPFLAGS='' CVSBUILD='' CXX='' CXXCPP='' CXXFLAG...
2011 Sep 09
1
R CMD INSTALL configure.args and CC customization
I am running into the following issue that has been previously reported on the R-devel mailing list. The short version is that I'm writing a package for MPI, and I'd like to change CC and SHLIB_LD to "mpicc". Trying to change them in Makevars.in has no effect, because the values are clobbered by /etc/R/Makeconf. Will the following changes to Makeconf.in introduce any problems?
2011 Oct 12
1
[LLVMdev] [llvm-commits] [llvm] r139934 - in /llvm/trunk: autoconf/configure.ac configure
.../BuildTools/lib/Support/Release+Asserts/CrashRecoveryContext.d.tmp"; exit 1; fi I might not have noticed at all except for the fact that system clang++ is broken on my cross compiling chroot :-( What is a reliable way to set CC and CXX during the build process? setting CC/CXX_FOR_BUILD and BUILD_CC/CXX to the correct native compiler during the configure process did not seem to do what I expected. Thanks -jason On Fri, Sep 16, 2011 at 1:36 PM, Eric Christopher <echristo at apple.com>wrote: > Author: echristo > Date: Fri Sep 16 15:36:16 2011 > New Revision: 139934 > > U...
2009 Jun 18
0
[LLVMdev] Configure problem of llvm2.5 in Mac OS X 10.4.11
...target_arch=PowerPC > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > ALLOCA='' > ALL_BINDINGS='' > AR='' > ARCH='PowerPC' > BINDINGS_TO_BUILD='' > BINPWD='' > BISON='' > BUILD_CC='' > BUILD_CXX='' > BUILD_EXEEXT='' > BZIP2='' > CC='gcc' > CFLAGS='' > CMP='' > CONVENIENCE_LTDL_FALSE='' > CONVENIENCE_LTDL_TRUE='' > CP='' > CPP='' > CPPFLAGS='' >...
2009 Jul 23
1
problem building R 2.9.1 from source on RHEL 4 (x86_64)
I am building from source on RHEL 4 and have run into a problem while running "make check": running code in 'lapack.R' ...make[3]: *** [lapack.Rout] Error 1 make[3]: Leaving directory `/opt/R/R-2.9.1/tests' make[2]: *** [test-Specific] Error 2 make[2]: Leaving directory `/opt/R/R-2.9.1/tests' make[1]: *** [test-all-basics] Error 1 make[1]: Leaving
2009 Feb 21
1
Install failure (PR#13545)
...automake' AWK='gawk' BITMAP_LIBS='' BLAS_LIBS0='' BLAS_LIBS='' BLAS_SHLIB_FALSE='' BLAS_SHLIB_TRUE='' BUILDDIR_IS_SRCDIR='yes' BUILD_AQUA_FALSE='' BUILD_AQUA_TRUE='' BUILD_BZLIB_FALSE='' BUILD_BZLIB_TRUE='' BUILD_CC='' BUILD_CYGWIN_FALSE='' BUILD_CYGWIN_TRUE='' BUILD_INCLUDED_LIBINTL='' BUILD_JAVA14_FALSE='' BUILD_JAVA14_TRUE='' BUILD_LIBINTL_FALSE='' BUILD_LIBINTL_TRUE='' BUILD_PCRE_FALSE='' BUILD_PCRE_TRUE='' BUILD_R='' B...