Displaying 1 result from an estimated 1 matches for "iasm_stat".
Did you mean:
iasm_state
2011 Oct 17
3
[LLVMdev] Compile llvm-gcc fortran backend using mingw
...hile trying to compile llvm-gcc-4.2 using mingw:
..\llvm-gcc-4.2\obj\libcpp/../../libcpp/macro.c:1165:
undefined reference to `flag_iasm_blocks'
stub-c.o:stub-c.c:(.debug_info+0x81a0): undefined reference to
`flag_iasm_blocks'
stub-c.o:stub-c.c:(.debug_info+0x81b9): undefined reference to `iasm_state'
stub-c.o:stub-c.c:(.debug_info+0x81d8): undefined reference to
`iasm_in_operands'
Configuration command:
../configure --enable-languages=,c++,fortran --prefix=u:/libs/llvm-gcc-2.9
--program-prefix=llvm- --enable-llvm=u:/libs/llvm-2.9 --disable-bootstrap
--disable-multilib
LLVM itself wa...