[LLVMdev] Build failure..

Fredrik Svensson fred at ludd.ltu.se
Fri Oct 6 08:31:21 PDT 2006


Hi,

After a svn/cvs update I get the following errors when building the frontend.

Anyone that sees the same ?

http://gcc.gnu.org/svn/gcc/branches/apple/trunk/gcc/expr.h

/* APPLE LOCAL begin radar 4441049 */
extern tree objc_v2_component_ref_field_offset (tree exp);
extern tree objc_v2_bitfield_ivar_bitpos (tree exp);
/* APPLE LOCAL end radar 4441049 */

mentions APPLE, is it only working on Apple ? (I use Debian sid)

Error :

libbackend.a(expr.o): In function `component_ref_field_offset':
../../llvm-gcc4/gcc/expr.c:5640: undefined reference to
`objc_v2_component_ref_field_offset'
libbackend.a(expr.o): In function `get_inner_reference':
../../llvm-gcc4/gcc/expr.c:5479: undefined reference to
`objc_v2_bitfield_ivar_bitpos'
libbackend.a(i386.o): In function `iasm_print_op':
../../llvm-gcc4/gcc/config/i386/i386.c:20288: undefined reference to
`iasm_print_operand'

More errors..

/Fred



More information about the llvm-dev mailing list