search for: buildopt

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

Did you mean: buildopts
2014 Aug 28
1
Asterisk-eSpeak and Asterisk 12
...tting this: gcc -pipe -fPIC -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -g -O2 -c -o app_espeak.o app_espeak.c In file included from asterisk.h:21:0, from app_espeak.c:34: asterisk/autoconfig.h:7:32: fatal error: asterisk/buildopts.h: File Not found (above line translated) I can't find any buildopts.h anywhere in Asterisk 12 source files though it exists in Asterisk 11. Did I miss something ? Regards PS: If possible, I would prefer to keep asterisk "external" modules in seperate folder. Is there a smarted w...
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 --ena...
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...
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 Note...
2024 Jan 25
0
asterisk release 18.21.0
...d before message finishes. - cel: add publish user event helper - chan_console: Fix deadlock caused by unclean thread exit. - file.c: Add ability to search custom dir for sounds - chan_iax2: Improve authentication debugging. - res_rtp_asterisk: fix wrong counter management in ioqueue objects - make_buildopts_h, et. al. Allow adding all cflags to buildopts.h - func_periodic_hook: Add hangup step to avoid timeout - res_stasis_recording.c: Save recording state when unmuted. - res_speech_aeap: check for null format on response - func_periodic_hook: Don't truncate channel name - safe_asterisk: Change...
2024 Jan 25
0
asterisk release 18.21.0
...d before message finishes. - cel: add publish user event helper - chan_console: Fix deadlock caused by unclean thread exit. - file.c: Add ability to search custom dir for sounds - chan_iax2: Improve authentication debugging. - res_rtp_asterisk: fix wrong counter management in ioqueue objects - make_buildopts_h, et. al. Allow adding all cflags to buildopts.h - func_periodic_hook: Add hangup step to avoid timeout - res_stasis_recording.c: Save recording state when unmuted. - res_speech_aeap: check for null format on response - func_periodic_hook: Don't truncate channel name - safe_asterisk: Change...
2024 Jan 25
0
asterisk release 20.6.0
...d before message finishes. - cel: add publish user event helper - chan_console: Fix deadlock caused by unclean thread exit. - file.c: Add ability to search custom dir for sounds - chan_iax2: Improve authentication debugging. - res_rtp_asterisk: fix wrong counter management in ioqueue objects - make_buildopts_h, et. al. Allow adding all cflags to buildopts.h - func_periodic_hook: Add hangup step to avoid timeout - res_stasis_recording.c: Save recording state when unmuted. - res_speech_aeap: check for null format on response - func_periodic_hook: Don't truncate channel name - safe_asterisk: Change...
2024 Jan 25
0
asterisk release 20.6.0
...d before message finishes. - cel: add publish user event helper - chan_console: Fix deadlock caused by unclean thread exit. - file.c: Add ability to search custom dir for sounds - chan_iax2: Improve authentication debugging. - res_rtp_asterisk: fix wrong counter management in ioqueue objects - make_buildopts_h, et. al. Allow adding all cflags to buildopts.h - func_periodic_hook: Add hangup step to avoid timeout - res_stasis_recording.c: Save recording state when unmuted. - res_speech_aeap: check for null format on response - func_periodic_hook: Don't truncate channel name - safe_asterisk: Change...
2024 Jan 25
0
asterisk release 21.1.0
...chan_console: Fix deadlock caused by unclean thread exit. - file.c: Add ability to search custom dir for sounds - chan_iax2: Improve authentication debugging. - res_rtp_asterisk: fix wrong counter management in ioqueue objects - res_pjsip_pubsub: Add body_type to test_handler for unit tests - make_buildopts_h, et. al. Allow adding all cflags to buildopts.h - func_periodic_hook: Add hangup step to avoid timeout - res_stasis_recording.c: Save recording state when unmuted. - res_speech_aeap: check for null format on response - func_periodic_hook: Don't truncate channel name - safe_asterisk: Change...
2024 Jan 25
0
asterisk release 21.1.0
...chan_console: Fix deadlock caused by unclean thread exit. - file.c: Add ability to search custom dir for sounds - chan_iax2: Improve authentication debugging. - res_rtp_asterisk: fix wrong counter management in ioqueue objects - res_pjsip_pubsub: Add body_type to test_handler for unit tests - make_buildopts_h, et. al. Allow adding all cflags to buildopts.h - func_periodic_hook: Add hangup step to avoid timeout - res_stasis_recording.c: Save recording state when unmuted. - res_speech_aeap: check for null format on response - func_periodic_hook: Don't truncate channel name - safe_asterisk: Change...
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 --p...
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}'...
2015 Jun 04
0
Asterisk 11.18.0 Now Available
...uot; does not always contain waiting time (Reported by Etienne Lessard) * ASTERISK-22708 - res_odbc.conf negative_connection_cache option not respected, failover between DSNs doesn't work (Reported by JoshE) * ASTERISK-25028 - Build System: Unneeded defines in asterisk/buildopts.h (Reported by Corey Farrell) * ASTERISK-19608 - Asterisk-1.8.x starts rejecting calls with cause code 44 after some time. (Reported by Denis Alberto Martinez) * ASTERISK-24976 - cdr_odbc not include new columns added on 1.8 (Reported by Rodrigo Ramirez Norambuena) * ASTERISK...
2015 Jun 04
0
Asterisk 11.18.0 Now Available
...uot; does not always contain waiting time (Reported by Etienne Lessard) * ASTERISK-22708 - res_odbc.conf negative_connection_cache option not respected, failover between DSNs doesn't work (Reported by JoshE) * ASTERISK-25028 - Build System: Unneeded defines in asterisk/buildopts.h (Reported by Corey Farrell) * ASTERISK-19608 - Asterisk-1.8.x starts rejecting calls with cause code 44 after some time. (Reported by Denis Alberto Martinez) * ASTERISK-24976 - cdr_odbc not include new columns added on 1.8 (Reported by Rodrigo Ramirez Norambuena) * ASTERISK...
2015 Jun 04
0
Asterisk 13.4.0 Now Available
...ll) * ASTERISK-24896 - [patch] Using force black background leads to colours not being reset (Reported by dant) * ASTERISK-25033 - Asterisk 13 (branch head) won't compile without PJSip (Reported by Peter Whisker) * ASTERISK-25028 - Build System: Unneeded defines in asterisk/buildopts.h (Reported by Corey Farrell) * ASTERISK-25048 - Astobj2: Initialization order wrong when both refdebug and AO2_DEBUG are both enabled. (Reported by Corey Farrell) * ASTERISK-19608 - Asterisk-1.8.x starts rejecting calls with cause code 44 after some time. (Reported by Denis A...