> I got valgrind source from svn://svn.valgrind.org/valgrind/branches/ARM
That branch is old (closed). It has been merged into the trunk, so you should use svn://svn.valgrind.org/valgrind/trunk. Alternatively if you want to try experimental Thumb/Thumb2 support then try svn://svn.valgrind.org/valgrind/branches/THUMB. This branch is not suitable for real use yet, though. > ../coregrind/libcoregrind-arm-linux.a(libcoregrind_arm_linux_a-debuginfo.o) > :(.ARM.exidx+0x1b8): more undefined references to `__aeabi_unwind_cpp_pr1' > follow > collect2: ld returned 1 exit status > ============================= > > that seems aeabi_unwind_cpp_pr1 cannot find in gcc LIB. > > Could everybody know how to resolve it? Yes. In coregrind/m_main.c, find the function __aeabi_unwind_cpp_pr0 and make a copy of it, called __aeabi_unwind_cpp_pr1. J ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
