search for: i386_stat

Displaying 16 results from an estimated 16 matches for "i386_stat".

Did you mean: i386_static
2010 Apr 13
0
[LLVMdev] darwin dragon-egg build issues
Hi Jack, > bash-3.2$ gcc-4 hello.c -S -O1 -o - -fplugin=./dragonegg.so > cc1: error: Cannot load plugin ./dragonegg.so > dlopen(./dragonegg.so, 10): Symbol not found: _classify_argument looks like you forgot to apply the i386_static.diff patch to gcc. Ciao, Duncan.
2010 Apr 13
2
[LLVMdev] darwin dragon-egg build issues
...09:01:16AM +0200, Duncan Sands wrote: > Hi Jack, > >> bash-3.2$ gcc-4 hello.c -S -O1 -o - -fplugin=./dragonegg.so >> cc1: error: Cannot load plugin ./dragonegg.so >> dlopen(./dragonegg.so, 10): Symbol not found: _classify_argument > > looks like you forgot to apply the i386_static.diff patch to gcc. > > Ciao, > > Duncan. Duncan, Doesn't i386_static.diff represent a violation of... https://www.securecoding.cert.org/confluence/display/seccode/DCL36-C.+Do+not+declare+an+identifier+with+conflicting+linkage+classifications since it first declares a functio...
2011 Apr 08
3
[LLVMdev] dragonegg build failure
On Fri, Apr 08, 2011 at 08:28:27AM +0200, Duncan Sands wrote: > Hi Jack, > > > The new dragonegg 2.9 sources fail to build against either FSF gcc 4.5.2 or 4.5.3svn > > (with the i386_static.diff patch applied) on x86_64-apple-darwin10. In both cases, the > > build fails as... > > what does the command > ./TargetInfo -p > return (the TargetInfo program is created during the dragonegg build). > Some of your errors are consistent with this program failing to ru...
2010 Apr 13
4
[LLVMdev] darwin dragon-egg build issues
On Sat, Apr 10, 2010 at 08:29:07PM -0500, Peter O'Gorman wrote: > On 04/10/2010 08:01 PM, Jack Howarth wrote: > > > > > bash-3.2$ GCC=/sw/bin/gcc-4 CC=gcc-4 CXX=g++-4 CFLAGS=-I/sw/include CXXFLAGS=-I/sw/include LLVM_CONFIG=/sw/lib/llvm/bin/llvm-config make > > g++-4 -c -I/sw/lib/llvm/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -MD
2010 Apr 11
1
[LLVMdev] darwin dragon-egg build issues
...as gcc 4.5.0 doesn't installed the required darwin-sections.def into /sw/lib/gcc4.5/lib/gcc/x86_64-apple-darwin10.3.0/4.5.0/plugin/include/config). I am still pondering how to properly do that in the Makefiles. Have any prior dragon-egg gcc patches been committed and do you intend to post the i386_static.diff to gcc-patches? Jack ps I did notice the dragon-egg web page said that exception handling was broken but I did see some recent commits on that feature. What is the status of exception handling in current svn?
2011 Apr 08
5
[LLVMdev] dragonegg build failure
The new dragonegg 2.9 sources fail to build against either FSF gcc 4.5.2 or 4.5.3svn (with the i386_static.diff patch applied) on x86_64-apple-darwin10. In both cases, the build fails as... GCC=/sw/lib/gcc4.5/bin/gcc-4 LLVM_CONFIG=/sw/bin/llvm-config make CPPFLAGS="-DENABLE_LTO -I/sw/include" Compiling utils/TargetInfo.cpp <command-line>: warning: "__STDC_LIMIT_MACROS" redef...
2010 Apr 13
0
[LLVMdev] darwin dragon-egg build issues
Hi Jack, > Doesn't i386_static.diff represent a violation of... > > https://www.securecoding.cert.org/confluence/display/seccode/DCL36-C.+Do+not+declare+an+identifier+with+conflicting+linkage+classifications > > since it first declares a function as extern and then > redefines it locally? I don't think so....
2011 Apr 08
0
[LLVMdev] dragonegg build failure
Hi Jack, > The new dragonegg 2.9 sources fail to build against either FSF gcc 4.5.2 or 4.5.3svn > (with the i386_static.diff patch applied) on x86_64-apple-darwin10. In both cases, the > build fails as... what does the command ./TargetInfo -p return (the TargetInfo program is created during the dragonegg build). Some of your errors are consistent with this program failing to run. Ciao, Duncan.
2011 Apr 08
2
[LLVMdev] dragonegg build failure
...talled not llvm-2.9, and dragonegg-2.9 needs to be built against llvm-2.9. Ciao, Duncan. > On Fri, Apr 8, 2011 at 8:38 AM, Jack Howarth<howarth at bromo.med.uc.edu> wrote: >> The new dragonegg 2.9 sources fail to build against either FSF gcc 4.5.2 or 4.5.3svn >> (with the i386_static.diff patch applied) on x86_64-apple-darwin10. In both cases, the >> build fails as... > > Dragonegg revision 129116 also fail on x86_64 linux, with gcc-4.5 > revision 172158, i got: > > /home/ether/sources/llvm/include/llvm/Target/TargetLowering.h:1567: > warning: unused p...
2011 Apr 08
0
[LLVMdev] dragonegg build failure
hi, On Fri, Apr 8, 2011 at 8:38 AM, Jack Howarth <howarth at bromo.med.uc.edu> wrote: >   The new dragonegg 2.9 sources fail to build against either FSF gcc 4.5.2 or 4.5.3svn > (with the i386_static.diff patch applied) on x86_64-apple-darwin10. In both cases, the > build fails as... Dragonegg revision 129116 also fail on x86_64 linux, with gcc-4.5 revision 172158, i got: /home/ether/sources/llvm/include/llvm/Target/TargetLowering.h:1567: warning: unused parameter ‘VT2’ /home/ether/sourc...
2011 Apr 08
0
[LLVMdev] dragonegg build failure
...anks very much for you help. best regards ether > > Ciao, Duncan. > >> On Fri, Apr 8, 2011 at 8:38 AM, Jack Howarth<howarth at bromo.med.uc.edu>  wrote: >>>    The new dragonegg 2.9 sources fail to build against either FSF gcc 4.5.2 or 4.5.3svn >>> (with the i386_static.diff patch applied) on x86_64-apple-darwin10. In both cases, the >>> build fails as... >> >> Dragonegg revision 129116 also fail on x86_64 linux, with gcc-4.5 >> revision 172158, i got: >> >> /home/ether/sources/llvm/include/llvm/Target/TargetLowering.h:1567...
2011 Apr 08
4
[LLVMdev] dragonegg build failure
...egards > ether > >> >> Ciao, Duncan. >> >>> On Fri, Apr 8, 2011 at 8:38 AM, Jack Howarth<howarth at bromo.med.uc.edu> wrote: >>>> The new dragonegg 2.9 sources fail to build against either FSF gcc 4.5.2 or 4.5.3svn >>>> (with the i386_static.diff patch applied) on x86_64-apple-darwin10. In both cases, the >>>> build fails as... >>> >>> Dragonegg revision 129116 also fail on x86_64 linux, with gcc-4.5 >>> revision 172158, i got: >>> >>> /home/ether/sources/llvm/include/llvm/Targ...
2010 Apr 13
1
[LLVMdev] darwin dragon-egg build issues
On Tue, Apr 13, 2010 at 04:06:45PM +0200, Duncan Sands wrote: > Hi Jack, > >> Doesn't i386_static.diff represent a violation of... >> >> https://www.securecoding.cert.org/confluence/display/seccode/DCL36-C.+Do+not+declare+an+identifier+with+conflicting+linkage+classifications >> >> since it first declares a function as extern and then >> redefines it locally? &gt...
2011 Apr 08
0
[LLVMdev] dragonegg build failure
On Fri, Apr 08, 2011 at 07:37:39AM -0400, Jack Howarth wrote: > On Fri, Apr 08, 2011 at 08:28:27AM +0200, Duncan Sands wrote: > > Hi Jack, > > > > > The new dragonegg 2.9 sources fail to build against either FSF gcc 4.5.2 or 4.5.3svn > > > (with the i386_static.diff patch applied) on x86_64-apple-darwin10. In both cases, the > > > build fails as... > > > > what does the command > > ./TargetInfo -p > > return (the TargetInfo program is created during the dragonegg build). > > Some of your errors are consistent w...
2010 Apr 11
0
[LLVMdev] darwin dragon-egg build issues
Hi Jack, > bash-3.2$ GCC=/sw/bin/gcc-4 CC=gcc-4 CXX=g++-4 CFLAGS=-I/sw/include CXXFLAGS=-I/sw/include LLVM_CONFIG=/sw/lib/llvm/bin/llvm-config make > g++-4 -c -I/sw/lib/llvm/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -MD -MP -DIN_GCC -DREVISION=\"100954M\" -DTARGET_NAME=\"x86_64-apple-darwin10.3.0\" -I/Users/howarth/llvm_svn/dragonegg
2010 Apr 11
7
[LLVMdev] darwin dragon-egg build issues
On Sat, Apr 10, 2010 at 01:52:18PM +0200, Duncan Sands wrote: > Hi Jack, > > > Is anyone building dragon-egg on darwin? > > Anton built it once. There were some problems with dynamic libraries: gcc's > plugin support requires the use of dynamic libraries, and the configure logic > it uses thinks that darwin does not support dynamic libraries! So it is >