search for: buildoptions

Displaying 20 results from an estimated 24 matches for "buildoptions".

Did you mean: build_options
2014 Aug 28
1
Asterisk-eSpeak and Asterisk 12
Hi, I'm giving a look at [1] with this: cd /tmp git clone https://github.com/zaf/Asterisk-eSpeak.git cd Asterisk-eSpeak ln -s <path-to-asterisk-folder>/include/asterisk.h ln -s <path-to-asterisk-folder>/include/asterisk make I'm getting this: gcc -pipe -fPIC -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -g -O2 -c -o
2010 Apr 01
0
[LLVMdev] Help with building LLVM 2.6 GCC
...on Linux too). These are the steps that work for me every time: - mkdir llvm-gcc - cd llvm-gcc - Unpack LLVM GCC source (or checkout via Subversion) to "llvm-gcc-src" - mkdir obj - mkdir install - cd obj - export TRIPLE=i686-apple-darwin9 (Use i386-pc-linux-gnu for Linux) - export BUILDOPTIONS=LLVM_VERSION_INFO=2.7 (Replace "2.7" with the current version number) - export TARGETOPTIONS='--with-arch=nocona --with-tune=generic' - ../llvm-gcc-src/configure --prefix=$PWD/../install --program-prefix=llvm- --build=$TRIPLE --host=$TRIPLE --target=$TRIPLE --enable-...
2008 Dec 29
0
[LLVMdev] Error when attempting to build llvm-gcc-1.5 on Mac OS X 10.5.6
2008/12/28 Elvis Dowson <elvis.dowson at mac.com> > Where can I get gccas ? I am running Mac OS X 10.5.6 and I get the > following error: > gccas is one of the LLVM tools; you have to build them before building llvm-gcc and you should configure llvm-gcc with the --enable-llvm=[...] flag unless the LLVM tools are in your PATH. See
2010 Apr 01
3
[LLVMdev] Help with building LLVM 2.6 GCC
I'm running into the same error. Correct me if I'm wrong. To build llvm, you'd need llvm-gcc front-end. You're saying we'd need llvm in order to build llvm-gcc. So how should we kick start the process? Thanks. Duncan Sands wrote: > > Hi Eliseu, > >> 2. I've unpacked llvm-gcc-4.2-2.6.source.tar.gz under the llvm-gcc >> directory. I've also
2008 Dec 29
3
[LLVMdev] Error when attempting to build llvm-gcc-1.5 on Mac OS X 10.5.6
Hi Anton, Where can I get gccas ? I am running Mac OS X 10.5.6 and I get the following error: xgcc: installation problem, cannot exec `gccas': No such file or directory make[2]: *** [libgcc/./_muldi3.o] Error 1 make[2]: *** Waiting for unfinished jobs.... xgcc: installation problem, cannot exec `gccas': No such file or directory make[2]: *** [libgcc/./_negdi2.o] Error 1 make[1]:
2008 Dec 28
0
[LLVMdev] Error when attempting to build llvm-gcc-4.2-2.4.source on Mac OS X 10.5.6
Hello, Elvis > $ ../src/configure --program-prefix=llvm- --disable-bootstrap > --enable-checking --enable-languages=c,c++ You haven't configured llvm-gcc properly. Please do read readme.llvm file. However, afair, Trident was LLVM 1.5-based, and it will require massive rewrite to use LLVM 2.x (bytecode format was also changed) -- With best regards, Anton Korobeynikov Faculty of
2012 Oct 07
2
[LLVMdev] getting pointer to CFG object for any given C program
.../lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp:472 - AnalysisConsumer::HandleCode(Decl *D, AnalysisMode Mode, SetOfConstDecls *VisitedCallees) /usr/home3/rks/llvm/llvm-3.1.src/tools/clang/lib/Analysis/CFG.cpp:3166 - CFG* CFG::buildCFG(const Decl *D, Stmt *Statement, ASTContext *C, const BuildOptions &BO) { CFGBuilder Builder(C, BO); return Builder.buildCFG(D, Statement); } I have tried to debug clang using gdb (by running r -cc1 -analyze -analyser-checker=Debug.DumpCFG hello.c from within gdb) and now I know something about flow but exactly not able to figure out how to get poin...
2008 Dec 28
3
[LLVMdev] Error when attempting to build llvm-gcc-4.2-2.4.source on Mac OS X 10.5.6
Hi, I'm new to LLVM and I want to setup the Trident Compiler system on Mac OS X. I downloaded the llvm-gcc-4.2-2.4.source.tar.gz package, created a build directory and ran the following command to configure $ ../src/configure --program-prefix=llvm- --disable-bootstrap --enable- checking --enable-languages=c,c++ $ make -j 2 Configure works fine, but I get the following error
2010 Feb 07
3
[LLVMdev] Help with Mac OS X 10.6.2 build
...vm-2.6 and llvm-gcc-frontend to build. Thanks for the help. Here are the steps I followed: Environment variables for build export LLVMOBJDIR=/opt/llvm export TARGETOPTIONS='--with-arch=nocona --with-tune=generic' export TRIPLE=i686-apple-darwin9 // I wonder should it be darwin10 export BUILDOPTIONS=LLVM_VERSION_INFO=2.6 Notes for llvm-2.6 cd ~/prog/llvm-2.6 ./configure --prefix=/opt/llvm $TARGETOPTIONS --build=$TRIPLE --host=$TRIPLE --target=$TRIPLE # I also tried the command below neither seemed to work with example in tutorial #3 # ./configure --prefix=/opt/llvm make make install Notes fo...
2024 Jan 25
0
asterisk release 18.21.0
The Asterisk Development Team would like to announce the release of asterisk-18.21.0. The release artifacts are available for immediate download at https://github.com/asterisk/asterisk/releases/tag/18.21.0 and https://downloads.asterisk.org/pub/telephony/asterisk This release resolves issues reported by the community and would have not been possible without your participation. Thank You!
2024 Jan 25
0
asterisk release 18.21.0
The Asterisk Development Team would like to announce the release of asterisk-18.21.0. The release artifacts are available for immediate download at https://github.com/asterisk/asterisk/releases/tag/18.21.0 and https://downloads.asterisk.org/pub/telephony/asterisk This release resolves issues reported by the community and would have not been possible without your participation. Thank You!
2024 Jan 25
0
asterisk release 20.6.0
The Asterisk Development Team would like to announce the release of asterisk-20.6.0. The release artifacts are available for immediate download at https://github.com/asterisk/asterisk/releases/tag/20.6.0 and https://downloads.asterisk.org/pub/telephony/asterisk This release resolves issues reported by the community and would have not been possible without your participation. Thank You!
2024 Jan 25
0
asterisk release 20.6.0
The Asterisk Development Team would like to announce the release of asterisk-20.6.0. The release artifacts are available for immediate download at https://github.com/asterisk/asterisk/releases/tag/20.6.0 and https://downloads.asterisk.org/pub/telephony/asterisk This release resolves issues reported by the community and would have not been possible without your participation. Thank You!
2024 Jan 25
0
asterisk release 21.1.0
The Asterisk Development Team would like to announce the release of asterisk-21.1.0. The release artifacts are available for immediate download at https://github.com/asterisk/asterisk/releases/tag/21.1.0 and https://downloads.asterisk.org/pub/telephony/asterisk This release resolves issues reported by the community and would have not been possible without your participation. Thank You!
2024 Jan 25
0
asterisk release 21.1.0
The Asterisk Development Team would like to announce the release of asterisk-21.1.0. The release artifacts are available for immediate download at https://github.com/asterisk/asterisk/releases/tag/21.1.0 and https://downloads.asterisk.org/pub/telephony/asterisk This release resolves issues reported by the community and would have not been possible without your participation. Thank You!
2010 Feb 07
0
[LLVMdev] Help with Mac OS X 10.6.2 build
...ld. Thanks for the help. > Here are the steps I followed: > > Environment variables for build > export LLVMOBJDIR=/opt/llvm > export TARGETOPTIONS='--with-arch=nocona --with-tune=generic' > export TRIPLE=i686-apple-darwin9 // I wonder should it be darwin10 > export BUILDOPTIONS=LLVM_VERSION_INFO=2.6 > > Notes for llvm-2.6 > cd ~/prog/llvm-2.6 > ./configure --prefix=/opt/llvm $TARGETOPTIONS --build=$TRIPLE > --host=$TRIPLE --target=$TRIPLE > # I also tried the command below neither seemed to work with example > in tutorial #3 > # ./configure --prefi...
2007 Sep 24
0
[LLVMdev] RM Build
Hi, I tried compiling llvm-gcc front end by giving the configure commands : $ ../llvm-gcc4-2.0.source/configure --enable-checking --enable-languages=c --target=arm-none-linux But I am getting the following kind of assembeler errors when I do "make $BUILDOPTIONS" /tmp/ccYAgFFY.s: Assembler messages: /tmp/ccYAgFFY.s:36: Error: junk at end of line, first unrecognized character is `@' /tmp/ccYAgFFY.s:37: Error: junk at end of line, first unrecognized character is `@' /tmp/ccYAgFFY.s:38: Error: no such instruction: `stmfd sp!,{r4,r5,lr}' /tmp...
2015 Jun 04
0
Asterisk 11.18.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 11.18.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 11.18.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: Bugs
2015 Jun 04
0
Asterisk 11.18.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 11.18.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 11.18.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: Bugs
2015 Jun 04
0
Asterisk 13.4.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 13.4.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 13.4.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: New