Displaying 7 results from an estimated 7 matches for "cofflink".
Did you mean:
coffin
2006 May 14
7
[LLVMdev] Release 1.6 LLVM-Cfrontend build error on cygwin
Dear llvmdev,
I am new to LLVM , but have a task on writing a LLVM backend to generate some architecture specific assembly file.
Here is my cygwin build setting: GCC 3.4.4 , BIN UTILITY 2.15 ,and all other packages of the right version listed on the LLVM Getting Started doc.
I have successfully built Release 1.6 LLVM. All the tools has been installed there /usr/local/bin .
But I
2006 May 16
0
[LLVMdev] Re: Release 1.6 LLVM-Cfrontend build error on cygwin
Hello, Chuck.
You wrote Tuesday, May 16, 2006, 6:03:14 PM:
C> /netrel/src/binutils-20050610-1/bfd/cofflink.c:1926
C> make[2]: ***
I've tracked this assertion some more deep. The problem is in
LLVMSelectionDAG.o file.
If I run the next lines, I've got and assertion:
ld -r -o LLVMSelectionDAG.o ScheduleDAGList.o ScheduleDAGRRList.o
ld -o llc LLVMSelectionDAG.o
If I remove one of the SheduleDA...
2006 Apr 29
0
[LLVMdev] Building LLVM under Mingw. Part I: tools-only
Hello, Jeff.
You wrote Saturday, April 29, 2006, 10:50:08 PM:
JC> You will. You haven't gotten that far yet. It shows up as a crash
JC> running gccas.
Ok. Switched to 2.1
JC> As for ld crashing, I have no suggestions.
It seems to be bug in bfd/cofflink.c file of libbfd. I can even name the
function, where weird thing happens. But it's out of my possibilities
to debug this now.
Now I'm trying to build LLVM without --enable-optimized option and see,
what will happen.
--
With best regards,
Anton mailto:asl at mat...
2006 May 14
0
[LLVMdev] Release 1.6 LLVM-Cfrontend build error on cygwin
On Sun, 14 May 2006, JinTao wrote:
> Deeply confused now. Anyone coming for help?
I don't really know anything about the cygwin port, but can you try LLVM
1.7? 1.6 is quite old by now...
-Chris
--
http://nondot.org/sabre/
http://llvm.org/
2006 May 16
0
[LLVMdev] Re: Release 1.6 LLVM-Cfrontend build error on cygwin
Hello, Chuck.
You wrote Tuesday, May 16, 2006, 6:03:14 PM:
C> /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: BFD
C> 2.16.91
C> 20050610 assertion fail
C> /netrel/src/binutils-20050610-1/bfd/cofflink.c:1926
C> make[2]: ***
This is a bug in binutils also seen in mingw32 build. :(
I've sent bug report to binutils bugzilla this weekend.
Hope, this will be fixed sometimes.
As for me, CVS checkout of 8 of May was compiled without
any problems (latest CVS snapshot triggers an assertion).
--...
2006 May 16
0
[LLVMdev] Re: Release 1.6 LLVM-Cfrontend build error on cygwin
Hello, Reid.
You wrote Tuesday, May 16, 2006, 11:13:19 PM:
RS> What does the assertion say?
The same text, as in the original e-mail:
<=cut=>
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld:
BFD 2.16.91 20050610 assertion fail /netrel/src/binutils-20050610-1/bfd/cofflink.c:1926
<=cut=>
This assertions is in big function named:
bfd_boolean
_bfd_coff_link_input_bfd (struct coff_final_link_info *finfo, bfd *input_bfd)
The text around assertion:
h = NULL;
if (*indexp < 0)
{
h = *sym_hash;
/* The...
2005 May 31
7
[LLVMdev] [Cygwin] 'make tools-only' configuration error
...LLVMX86.o(.text+0x51e0a):X86JITInfo.cpp: undefined reference to `_X86CompilationCallback'
/usr/build/llvm-2/Release/lib/LLVMX86.o(.text+0x51e1f):X86JITInfo.cpp: undefined reference to `_X86CompilationCallback'
/usr/binutils-2.15/bin/ld: BFD 2.15 assertion fail ../../../src/binutils-2.15/bfd/cofflink.c:1930
make[2]: *** [/usr/build/llvm-2/Release/bin/llc.exe] Error 1
make[2]: Leaving directory `/usr/build/llvm-2/tools/llc'
make[1]: *** [llc/.makeall] Error 2
make[1]: Leaving directory `/usr/build/llvm-2/tools'
make: *** [all] Error 1
I have gone back to the older Cygwin environment tha...