Hi, I am trying to build Mono for ARM and running into an undefined reference error.
./.libs/libmono-static.a(mini-arm.o): In function `mono_arch_register_lowlevel_calls': /home/user/mono/mono/mini/mini-arm.c:4364: undefined reference to `__aeabi_read_tp' In the mini-arm.c file the function is defined as shown below. #ifdef HAVE_AEABI_READ_TP void __aeabi_read_tp (void); #endif Now I am searching for a library which contains the implementation of this function. The list of symbols of any generated object in buildroot-target does not include the __aeabi_read_tp function. Does someone know how to solve this problem? PS: I am having this problem with buildroot 2009-11 and 2010.02-RC1 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
