search for: ibuild

Displaying 20 results from an estimated 23 matches for "ibuild".

Did you mean: kbuild
2009 Apr 03
2
[LLVMdev] Trouble Building llvm-gcc-4.2
...../../src/gcc/mkconfig.sh bconfig.h gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../src/gcc -I../../src/gcc/build -I../../src/gcc/../include -I../../src/gcc/../libcpp/include -I../../src/gcc/../libdecnumber -I../libdecnumber -I/tmp/ptmp/dag/buildbot/slaves/llvm-validate/llvm-validate-release-egypt-linux/build/llvm-initial/obj/include -I/tmp/ptmp/dag/buildbot/slaves/l...
2009 Apr 03
0
[LLVMdev] Trouble Building llvm-gcc-4.2
...ig.sh bconfig.h > gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes > -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros > -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute > -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../src/gcc > -I../../src/gcc/build -I../../src/gcc/../include > -I../../src/gcc/../libcpp/include -I../../src/gcc/../libdecnumber > -I../libdecnumber > -I/tmp/ptmp/dag/buildbot/slaves/llvm-validate/llvm-validate-release-egypt-linux/build/llvm-initial/obj/include > -I/tmp/p...
2009 Oct 07
2
[LLVMdev] llvm-gcc configure options for ARM target at llvm-gcc build time
...e/jaykang10/Projects/LLVM/bin/ --disable-bootstrap --disable-multilib --target=arm-eabi And I got a error message as following: ... gcc -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../src/gcc -I../../src/gcc/build -I../../src/gcc/../include -I../../src/gcc/../libcpp/include -I../../src/gcc/../libdecnumber -I../libdecnumber -I/home/jaykang10/Projects/LLVM/bin//include -I/home/jaykang10/HardDisk2/Projects/LLVM/src/llvm-2.5/include -DENABLE_LLVM -I/home/jaykang10/HardDisk2...
2019 Nov 12
2
Using Libfuzzer on a library - linking the library to the fuzz target
...y steps - First I build the library with fuzzer-no-link,address flags. I *don't* compile the fuzz_target (the file containing the LLVMFuzzerTestOneInput function) with the library. Then I build the fuzz target and link it with the library. *clang++ -g -O1 -fsanitize=fuzzer,address -Iinclude -Ibuild/include ..... fuzztarget.c -Lbuild/lib -llib1 -llib2* and then finally *./a.out -detect_leaks=0 corpus/* I appreciate your help with this. On Tue, Nov 12, 2019 at 11:38 AM Mitch Phillips <mitchp at google.com> wrote: > Hi Shikhar, > > You don't need to build the library with `...
2009 Mar 12
0
[LLVMdev] Consumer ARM platform suitable for LLVM development?
...my own gcc crosstool prior to starting building LLVM and LLVM-GCC. LLVM builds just fine, it's building llvm-gcc that gives me this error: gcc -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../../../src/llvm-gcc4.2-2.5.source/gcc -I../../../../src/llvm-gcc4.2-2.5.source/gcc/build -I../../../../src/llvm-gcc4.2-2.5.source/gcc/../include -I../../../../src/llvm-gcc4.2-2.5.source/gcc/../libcpp/include -I../../../../src/llvm-gcc4.2-2.5.source/gcc/../libdecnumber -I../libdecnumber -I/tm...
2009 Mar 13
4
[LLVMdev] Consumer ARM platform suitable for LLVM development?
...or to starting building LLVM and LLVM-GCC.  LLVM builds > just fine, it's building llvm-gcc that gives me this error: > > gcc -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings > -Wstrict-prototypes -Wmissing-prototypes -DHAVE_CONFIG_H -DGENERATOR_FILE > -I. -Ibuild -I../../../../src/llvm-gcc4.2-2.5.source/gcc > -I../../../../src/llvm-gcc4.2-2.5.source/gcc/build > -I../../../../src/llvm-gcc4.2-2.5.source/gcc/../include > -I../../../../src/llvm-gcc4.2-2.5.source/gcc/../libcpp/include > -I../../../../src/llvm-gcc4.2-2.5.source/gcc/../libdecnumber &gt...
2009 Mar 18
0
[LLVMdev] Consumer ARM platform suitable for LLVM development?
...nd LLVM-GCC. LLVM builds > > just fine, it's building llvm-gcc that gives me this error: > > > > gcc -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall > -Wwrite-strings > > -Wstrict-prototypes -Wmissing-prototypes -DHAVE_CONFIG_H -DGENERATOR_FILE > > -I. -Ibuild -I../../../../src/llvm-gcc4.2-2.5.source/gcc > > -I../../../../src/llvm-gcc4.2-2.5.source/gcc/build > > -I../../../../src/llvm-gcc4.2-2.5.source/gcc/../include > > -I../../../../src/llvm-gcc4.2-2.5.source/gcc/../libcpp/include > > -I../../../../src/llvm-gcc4.2-2.5.source/gcc...
2009 Mar 12
5
[LLVMdev] Consumer ARM platform suitable for LLVM development?
On Mar 11, 2009, at 9:44 PM, Misha Brukman wrote: > The problem I've had is building an LLVM cross-compiler from Linux/ > x86 to Linux/ARM (as has another llvm-dev poster). Someone > mentioned to me off-list that he managed to get it to build, but I > haven't been able to reproduce the build using his instructions > (I'll post my results in another thread).
2007 Sep 18
1
[LLVMdev] 2.1 Pre-Release Available (testers needed)
...-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -DENABLE_LLVM -I/home/emil/ll/objdir-llvm/../llvm-2.1/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -I. -Ibuild -I../../llvm-gcc4.0-2.1.source/gcc -I../../llvm-gcc4.0-2.1.source/gcc/build -I../../llvm-gcc4.0-2.1.source/gcc/../include -I./../intl -I../../llvm-gcc4.0-2.1.source/gcc/../libcpp/include -I/home/emil/ll/llvm-2.1/include -I/home/emil/ll/objdir-llvm/include \ -o build/gengtype-lex.o gengtyp...
2009 May 20
2
[LLVMdev] LLVM-GCC and Symbian
...-boehm-gc > (Any other directories should still work fine.) But when I try to build, I get the following error message: > gcc -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../libdecnumber -I/home/wim/Documents/Sources/llvm-2.5/OBJ_ROOT//include -I/home/wim/Documents/Sources/llvm-2.5/include -DENABLE_LLVM -I/home/wim/Documents/Sources/llvm-2.5/OBJ_ROOT/../...
2012 Nov 26
1
scary messages from autoconf
...-c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../../source/gcc-4.5.1/gcc -I../../../source/gcc-4.5.1/gcc/build -I../../../source/gcc-4.5.1/gcc/../include -I../../../source/gcc-4.5.1/gcc/../libcpp/include -I/usr/local/avr/source/gcc-4.5.1/gmp -I/usr/local/avr/build/gcc-4.5.1/./mpfr -I/usr/local/avr/source/gcc-4.5.1/mpfr -I/usr/local/avr/so...
2005 Sep 19
0
FW: ADTRAN Virtual Classes: Ensuring QoS for VoIP & Total Access 900 Series
...your participation! Sincerely, Angela Reed VClass Coordinator Enterprise Division ADTRAN vclass.coordinator@adtran.com http://www.adtran.com/university Forward this message to a friend Email: This message was sent by vclass.coordinator@adtran.com using VerticalResponse's iBuilder <http://www.verticalresponse.com/landing/?mm/7d7f01d28d> (r) <http://www.verticalresponse.com/landing/?mm/7d7f01d28d> ADTRAN Corporate Headquarters 901 Explorer Boulevard Huntsville, AL 35806 USA Read <http://www.verticalresponse.com/content/pm_policy.html> the Vertical...
2007 Sep 18
0
[LLVMdev] 2.1 Pre-Release Available (testers needed)
On Mon, Sep 17, 2007 at 12:25:40PM -0700, Chris Lattner wrote: > On Mon, 17 Sep 2007, Emil Mikulic wrote: > >> The 2.1 pre-release (version 1) is available for testing: > >> http://llvm.org/prereleases/2.1/version1/ > > > > I suspect the utils/TableGen/FileParser.h.cvs in the tarball may be > > stale. I tried building LLVM without bison installed and got:
2010 Sep 26
3
[LLVMdev] Issue compiling llvm-gcc frontend on sparc
...ng build, I get the following error : gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../llvm-gcc-4.2-2.7.source/gcc -I../../llvm-gcc-4.2-2.7.source/gcc/build -I../../llvm-gcc-4.2-2.7.source/gcc/../include -I./../intl -I../../llvm-gcc-4.2-2.7.source/gcc/../libcpp/include -I/vm/GNU/include/ -I/vm/GNU/include/ -I../../llvm-gcc-4.2-2.7.source/gcc/../libdecnumber -I../libdecnumber...
2013 Jul 26
0
[LLVMdev] Botan and Android
...are, _Alloc>::rend(). But I really should not modify program code. Fiddling with a Makefile is one thing, but modifying source code is another. Jeff arm-linux-androideabi-g++ --sysroot=/opt/android-ndk-r8e//platforms/android-14/arch-arm -I/opt/android-ndk-r8e//sources/cxx-stl/stlport/stlport/ -Ibuild/include -O2 -D_REENTRANT -Wno-long-long -fpermissive -W -Wall -c checks/bench.cpp -o build/checks/bench.o checks/bench.cpp: In function 'void (anonymous namespace)::report_results(const string&, const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<cha...
2007 Sep 17
3
[LLVMdev] 2.1 Pre-Release Available (testers needed)
On Mon, 17 Sep 2007, Emil Mikulic wrote: >> The 2.1 pre-release (version 1) is available for testing: >> http://llvm.org/prereleases/2.1/version1/ > > I suspect the utils/TableGen/FileParser.h.cvs in the tarball may be > stale. I tried building LLVM without bison installed and got: Can you try it again without bison with these files:
2012 Nov 23
2
[LLVMdev] [cfe-dev] costing optimisations
On 23.11.2012, at 15:12, john skaller <skaller at users.sourceforge.net> wrote: > > On 23/11/2012, at 5:46 PM, Sean Silva wrote: > >> Adding LLVMdev, since this is intimately related to the optimization passes. >> >>> I think this is roughly because some function level optimisations are >>> worse than O(N) in the number of instructions. >>
2019 Nov 12
2
Using Libfuzzer on a library - linking the library to the fuzz target
I am working of using libfuzzer and asan to test out a third-party library. As demonstrated in the tutorial, I wrote a fuzz target to fuzz a specific function in the library. The fuzz target is then linked to the library and compiles clean and I do see some tests generated by the fuzzer. However, I have some questions regarding the "right" way to go about doing this. I have doubts that
2009 Mar 18
3
[LLVMdev] Consumer ARM platform suitable for LLVM development?
...VM > builds > > just fine, it's building llvm-gcc that gives me this error: > > > > gcc -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall - > Wwrite-strings > > -Wstrict-prototypes -Wmissing-prototypes -DHAVE_CONFIG_H - > DGENERATOR_FILE > > -I. -Ibuild -I../../../../src/llvm-gcc4.2-2.5.source/gcc > > -I../../../../src/llvm-gcc4.2-2.5.source/gcc/build > > -I../../../../src/llvm-gcc4.2-2.5.source/gcc/../include > > -I../../../../src/llvm-gcc4.2-2.5.source/gcc/../libcpp/include > > -I../../../../src/llvm-gcc4.2-2.5.source/gcc...
2008 Dec 16
2
[LLVMdev] ICE while building llvm-gcc
...ple-darwin9/bin/ -c -g -O2 -mdynamic-no-pic -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -mdynamic-no-pic -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../src/gcc -I../../src/gcc/build -I../../src/gcc/../include -I./../intl -I../../src/gcc/../libcpp/include -I../../src/gcc/../libdecnumber -I../libdecnumber -I/Users/jyasskin/src/llvm/trunk/obj//include -I/Users/jyasskin/src/llvm/trunk/src/include -DENABLE_LLVM -I/Users/jyasskin/src/llvm/trunk...