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

kambei smnaumenko at gmail.com
Tue Dec 9 04:02:20 EST 2008


Hi,

It looks like that the problem related with the latest (120960) revision  of
mono/mini/aot-compiler.c file.
Thus in unwind.c file 'map_hw_reg_to_dwarf_reg' is defined in this way:
 13 #ifdef __x86_64__
 14 static int map_hw_reg_to_dwarf_reg [] = { 0, 2, 1, 3, 7, 6, 4, 5, 8, 9,
10, 11, 12, 13, 14, 15, 16 };
 15 #endif
I suppose, similar ifdef/endif condition should be added in aot-compiler.c
as well.

Regards,
Sergii


Mark Mason-2 wrote:
> 
> 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
> 
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 
> 

-- 
View this message in context: http://www.nabble.com/mono-mini---unwind.lo-not-in-Makefile--tp20901939p20910977.html
Sent from the Mono - Dev mailing list archive at Nabble.com.



More information about the Mono-devel-list mailing list