crossbridge-community / crossbridge

C/C++ Compiler for the ActionScript Virtual Machine (AVM2)
http://sourceforge.net/projects/crossbridge-community/
Other
151 stars 36 forks source link

Master: Cannot build LLVM using 64bit Cygwin #36

Closed vpmedia closed 10 years ago

vpmedia commented 10 years ago

LLVM:

[ 66%] Building CXX object tools/llvm-bcanalyzer/CMakeFiles/llvm-bcanalyzer.dir/llvm-bcanalyzer.cpp.o
../../lib/libLLVMJIT.a(JIT.cpp.o):JIT.cpp:(.rdata$.refptr.__deregister_frame[.refptr.__deregister_frame]+0x0): undefined reference to `__deregister_frame'
../../lib/libLLVMJIT.a(JIT.cpp.o):JIT.cpp:(.rdata$.refptr.__register_frame[.refptr.__register_frame]+0x0): undefined reference to `__register_frame'
collect2: error: ld returned 1 exit status

Looks like same issue as: http://clang-developers.42468.n3.nabble.com/clang-3-3-does-not-build-with-gcc-4-8-with-Windows-SEH-exception-td4032754.html

vpmedia commented 10 years ago

Low priority, maybe try with the Futures branch's newer LLVM, if completed one day.