search for: libgcov

Displaying 20 results from an estimated 20 matches for "libgcov".

2009 Mar 13
2
[LLVMdev] [LLVMDev] trouble building gcc-frontend from source
..._GCC_FLOAT_NOT_NEEDED -I. -I. -I../../trunk/gcc -I../../trunk/gcc/. -I../../trunk/gcc/../include -I../../trunk/gcc/../libcpp/include -I../../trunk/gcc/../libdecnumber -I../libdecnumber -I/home/gautam/code/llvm/llvm_install/include -I/home/gautam/code/llvm/llvm/include -DL_gcov -c ../../trunk/gcc/libgcov.c -o libgcc/./_gcov.o cc1: /home/gautam/code/llvm/llvm/include/llvm/Transforms/Utils/InlineCost.h:44: llvm::InlineCost::InlineCost(int, int): Assertion `Cost == C && "Cost exceeds InlineCost precision"' failed. ../../trunk/gcc/libgcov.c:644: internal compiler error: Aborted Pl...
2004 Nov 14
2
[LLVMdev] IMPORTANT: llvm-ar requirements
...s produced by the C/C++ Front End. In order to get your programs to link again, you *must* do the following *after* rebuilding with the latest CVS sources: cd $CFEINSTALL cd lib llvm-ranlib libiberty.a llvm-ranlib libstdc++.a llvm-ranlib libsupc++.a llvm-ranlib gcc/*/*/libgcc.a llvm-ranlib gcc/*/*/libgcov.a This will ensure that the archives built by CFE will have LLVM style bytecode symbol tables in them. Reid. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message p...
2009 May 05
2
[LLVMdev] Using non-system compiler to build llvm and llvm-gcc front end
...5.source/gcc/. -I../../llvm-gcc4.2-2.5.source/gcc/../include -I../../llvm-gcc4.2-2.5.source/gcc/../libcpp/include -I../../llvm-gcc4.2-2.5.source/gcc/../libdecnumber -I../libdecnumber -I/pkg/build/llvm/llvm-obj//include -I/pkg/build/llvm/llvm-2.5/include -DL_gcov -c ../../llvm-gcc4.2-2.5.source/gcc/libgcov.c -o libgcc/./_gcov.o cc1: /pkg/build/llvm/llvm-2.5/include/llvm/Transforms/Utils/InlineCost.h:44: llvm::InlineCost::InlineCost(int, int): Assertion `Cost == C && "Cost exceeds InlineCost precision"' failed. ../../llvm-gcc4.2-2.5.source/gcc/libgcov.c:644: internal compiler err...
2009 Mar 13
5
[LLVMdev] [LLVMDev] trouble building gcc-frontend from source
Hi all, I am a new user of LLVM, and wanted to explore it in conjunction with the compilers course I am taking in my university. To this end, I downloaded the code for the LLVM suite and the LLVM-gcc front end from the respective repositories. Then, I built the LLVM suite without any hitch, but when I tried to build the llvm-gcc frontend (exactly following the instructions of README.LLVM) , I got
2009 Mar 13
0
[LLVMdev] [LLVMDev] trouble building gcc-frontend from source
Hi, the versions of llvm-gcc and llvm you are using are not synchronized. Probably one is from subversion while the other is not. Ciao, Duncan.
2004 Nov 15
0
[LLVMdev] IMPORTANT: llvm-ar requirements
...your programs > to link again, you *must* do the following *after* rebuilding with the > latest CVS sources: > > cd $CFEINSTALL > cd lib > llvm-ranlib libiberty.a > llvm-ranlib libstdc++.a > llvm-ranlib libsupc++.a > llvm-ranlib gcc/*/*/libgcc.a > llvm-ranlib gcc/*/*/libgcov.a > > This will ensure that the archives built by CFE will have LLVM style > bytecode symbol tables in them. > > Reid. > > ______________________________________________________________________ > _______________________________________________ > LLVM Developers mailing...
2009 May 05
0
[LLVMdev] Using non-system compiler to build llvm and llvm-gcc front end
Hi, > $ ../llvm-2.5/configure --prefix=/pkg/bin/llvm/ > CC=/pkg/bin/gcc-4.2.4/bin/gcc CXX=/pkg/bin/gcc-4.2.4/bin/g++ > CXXCPP=/pkg/bin/gcc-4.2.4/bin/cpp LDFLAGS=-L/pkg/bin/gcc-4.2.4/lib64/ > CXXFLAGS=-I/pkg/bin/gcc-4.2.4/include/c++/4.2.4/ > CPPFLAGS=-I/pkg/bin/gcc-4.2.4/include/ how about: export PATH=/pkg/bin/:$PATH ../llvm-2.5/configure --prefix=/pkg/bin/llvm/ instead? Ciao,
2009 Feb 14
3
Building wine with profile generation
...a/winepf As I have a lot of these errors: Code: gcc -O2 -fprofile-generate -o sfnt2fnt sfnt2fnt.o -L../libs/wine -lwine ../libs/port/libwine_port.a -lfreetype -lz -Wl,--rpath,\$ORIGIN/../libs/wine /usr/bin/ld: sfnt2fnt: hidden symbol `__gcov_merge_add' in /usr/lib/gcc/i486-linux-gnu/4.3.2/libgcov.a(_gcov_merge_add.o) is referenced by DSO /usr/bin/ld: final link failed: Nonrepresentable section on output collect2: ld returned 1 exit status make[1]: *** [sfnt2fnt] Error 1 So I have to start amend the single Makefiles for every subdirectory that doesn't compile. Has anyone any solution...
2009 Mar 13
0
[LLVMdev] [LLVMDev] trouble building gcc-frontend from source
.... -I. -I../../trunk/gcc > -I../../trunk/gcc/. -I../../trunk/gcc/../include > -I../../trunk/gcc/../libcpp/include -I../../trunk/gcc/../libdecnumber > -I../libdecnumber -I/home/gautam/code/llvm/llvm_install/include > -I/home/gautam/code/llvm/llvm/include -DL_gcov -c > ../../trunk/gcc/libgcov.c -o libgcc/./_gcov.o > cc1: /home/gautam/code/llvm/llvm/include/llvm/Transforms/Utils/InlineCost.h:44: > llvm::InlineCost::InlineCost(int, int): Assertion `Cost == C && "Cost > exceeds InlineCost precision"' failed. > ../../trunk/gcc/libgcov.c:644: internal compil...
2009 Mar 13
0
[LLVMdev] [LLVMDev] trouble building gcc-frontend from source
...others can comment, and the discussion is archived. > cc1: /home/gautam/code/llvm/llvm/include/llvm/Transforms/Utils/InlineCost.h:44: > llvm::InlineCost::InlineCost(int, int): Assertion `Cost == C && "Cost > exceeds InlineCost precision"' failed. > ../../trunk/gcc/libgcov.c:644: internal compiler error: Aborted > Please submit a full bug report, your system compiler is broken, this is a known symptom. > I also tried using the gcc-4.2 compiler (by changing the value of the > environment variables CC and CXX), but got the same error. This should work. Sin...
2009 May 05
0
[LLVMdev] Using non-system compiler to build llvm and llvm-gcc front end
Hi, > cc1: /pkg/build/llvm/llvm-2.5/include/llvm/Transforms/Utils/InlineCost.h:44: > llvm::InlineCost::InlineCost(int, int): Assertion `Cost == C && "Cost > exceeds InlineCost precision"' failed. > ../../llvm-gcc4.2-2.5.source/gcc/libgcov.c:644: internal compiler error: Aborted this is indeed a miscompilation by your system compiler. However so many compilers miscompiled this that a workaround was committed to svn. So you may want to check out llvm and llvm-gcc from svn. Alternatively, maybe the patch applies to llvm 2.5 too. I...
2010 Mar 09
0
[LLVMdev] Fwd: help with llvm-convert
... bit offset <integer_cst 0x20000821530 constant invariant 0> context <record_type 0x200008440b0 __va_list_tag> chain <field_decl 0x200008460c0 __offset>>        pointer_to_this <pointer_type 0x20000b4c210>>    addressable used asm-frame-size 0 BLK file ../../source/gcc/libgcov.c line 818 size <integer_cst 0x20000820ea0 128> unit size <integer_cst 0x20000820ed0 16>    align 64 context <function_decl 0x20000b08300 __gcov_execl>    LLVM: %struct.va_list* %ap chain <var_decl 0x20000b44300 aq>> DestLoc is 0. Anyone have a suggestion on how to fix...
2009 May 04
3
[LLVMdev] Using non-system compiler to build llvm and llvm-gcc front end
I am still having problems getting everything installed. I realized that the successful build of llvm-2.5 had in fact been configured to use the system gcc (4.1.2). However, I was unable to sucessfully build llvm-gcc with gcc 4.1.2. I went back and attempted to build llvm-2.5 with gcc-4.2.4 (installed in a separate directory from system gcc). However, I got the same build error as before. Then I
2012 Jul 11
0
[LLVMdev] Compiling llvm and Clang on Linux
It's undocumented FAQ, if you are using RHEL5 (or clone). - install gcc44-c++ - Build with CC=gcc44 CXX=g++44 - You may need "CC=clang -std=gnu89" to use clang with its glibc. Have fun! ps. AFAIK, clang can be built more easily on centos6. ...Takumi 2012/7/11 Sitvanit Ruah <RUAH at il.ibm.com>: > > Hello all, > I am new to this mailing list so I hope this is
2012 Jul 12
3
[LLVMdev] Compiling llvm and Clang on Linux
...usr/lib/gcc/i386-redhat-linux6E/4.4.6/include/xopintrin.h /usr/lib/gcc/i386-redhat-linux6E/4.4.6/libcloog.so.0 /usr/lib/gcc/i386-redhat-linux6E/4.4.6/libgcc.a /usr/lib/gcc/i386-redhat-linux6E/4.4.6/libgcc_eh.a /usr/lib/gcc/i386-redhat-linux6E/4.4.6/libgcc_s.so /usr/lib/gcc/i386-redhat-linux6E/4.4.6/libgcov.a /usr/lib/gcc/i386-redhat-linux6E/4.4.6/libgomp.a /usr/lib/gcc/i386-redhat-linux6E/4.4.6/libgomp.so /usr/lib/gcc/i386-redhat-linux6E/4.4.6/libgomp.spec /usr/libexec/gcc /usr/libexec/gcc/i386-redhat-linux6E /usr/libexec/gcc/i386-redhat-linux6E/4.4.6 /usr/libexec/gcc/i386-redhat-linux6E/4.4.6/cc1 /u...
2011 Jan 04
2
[LLVMdev] LLVM for ARM target
...gram-prefix=llvm- --prefix=/llvm/install --disable-multilib --disable-optimized --enable-bindings =none --enable-llvm=$PWD/../llvm-2.8 --enable-languages=c,c++ --disable-bootstr ap --with-arch=armv5te   Then I get the following error when I run make:   $ make   /llvm/install/arm-linux/bin/ranlib ./libgcov.a /llvm/arm_objects/./gcc/xgcc -B/llvm/arm_objects/./gcc/ -B/llvm/install/arm-linu x/bin/ -B/llvm/install/arm-linux/lib/ -isystem /llvm/install/arm-linux/include - isystem /llvm/install/arm-linux/sys-include --sysroot=yes -O2 -O2 -g -O2 --sys root=yes -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -...
2012 Jul 11
5
[LLVMdev] Compiling llvm and Clang on Linux
Hello all, I am new to this mailing list so I hope this is the right place to post the following question. We are considering using Clang front end for our tool. I tried to compile LLVM (using configure followed by make from the llvm top directory) on LINUX X86 with gcc 4.1.2. I got several compilation error messages of the form /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../../include/c+
2011 Jan 02
0
[LLVMdev] LLVM for ARM target
On Jan 1, 2011, at 8:29 PM, akramul azim wrote: > Hi, > I am planning to follow the steps to install LLVM for the ARM-target (Processor: Xscale, Architecture: armv5te): > > 1. Install binutils-2.21 (downloaded from gnu.org) > > Steps: > > $ ./configure --target=arm-unknown-linux-gnueabi --program-prefix=arm- --prefix > =/llvm/arm
2011 Jan 02
3
[LLVMdev] LLVM for ARM target
Hi,     I am planning to follow the steps to install LLVM for the ARM-target (Processor: Xscale, Architecture: armv5te):   1. Install binutils-2.21 (downloaded from gnu.org)   Steps:   $ ./configure --target=arm-unknown-linux-gnueabi --program-prefix=arm- --prefix =/llvm/arm --with-sysroot=/llvm/arms/sys-root   $ make   $ make install   2. Install LLVM   Steps   $ ../llvm-src/configure
2011 Aug 06
2
[LLVMdev] llvm-gcc near tip causing crash in /usr/bin/ld due to memory corruption on linux x86_64
...op-unswitch.o lambda-mat.o lcm.o libgcc/ libgcc_eh.a libgcc_s.so.1.tmp llvm-abi-default.o llvm-debug.o llvm-main.o loop-doloop.o loop-iv.o lambda-trans.o libada-mk libgcc.a libgcc_s.so@ libgcov.a llvm-backend.o llvm-i386.o llvm-types.o loop-init.o loop-unroll.o <gcc/./_lshrdi3_s.o libgcc/./_ashldi3_s.o libgcc/./_ashrdi3_s.o libgcc/./_cmpdi2_s.o libgcc/./_ucmpdi2_s.o libgcc/./_clear_cache_s.o libgcc/./_enable_execute_stack_s.o libgcc/./_tramp...