[Mono-dev] mono/mini - unwind.lo not in Makefile?

Mark Mason mmason at upwardaccess.com
Mon Dec 8 14:29:07 EST 2008


Hello all,

I'm trying to bring the Mono MIPS port up on a 2nd platform, and have
run into some problems with configure. It looks like unwind.lo has been
left out of the autogenerated makefile... resulting in link errors. Has
anyone seen this before, or have an idea to the cause?

LD      libmono.la
LD      libmono-static.la
CC      main.o
LD      mono
./.libs/libmono-static.a(aot-compiler.o): In function
`mono_save_xdebug_info':
/home/mason/Mono-MIPS-n32/mono/mono/mini/aot-compiler.c:5826: undefined
reference to `mono_hw_reg_to_dwarf_reg'
/home/mason/Mono-MIPS-n32/mono/mono/mini/aot-compiler.c:5820: undefined
reference to `mono_hw_reg_to_dwarf_reg'
collect2: ld returned 1 exit status
make[1]: *** [mono] Error 1
make[1]: Leaving directory `/home/mason/Mono-MIPS-n32/mono/mono/mini'
make: *** [all] Error 2

Thanks in advance,
Mark




More information about the Mono-devel-list mailing list