Displaying 1 result from an estimated 1 matches for "p23970657".
2009 Jun 10
1
[LLVMdev] problem when compiling to llvm bitcode
...r_thread.o:annealer_thread.s:(.text+0xa0): first defined here
collect2: ld returned 1 exit status
When I don't everything works:
+ llvm-g++ annealer_thread.cpp -c -o annealer_thread.o
+ llvm-g++ rng.cpp -c -o rng.o
+ llvm-g++ rng.o annealer_thread.o
Thanks
Christos
http://www.nabble.com/file/p23970657/annealer_thread.cpp annealer_thread.cpp
http://www.nabble.com/file/p23970657/rng.h rng.h
http://www.nabble.com/file/p23970657/rng.cpp rng.cpp
--
View this message in context: http://www.nabble.com/problem-when-compiling-to-llvm-bitcode-tp23970657p23970657.html
Sent from the LLVM - Dev mailing l...