|
From: Wan M. F. W. I. <wan...@mc...> - 2011-02-07 09:15:27
|
Hi, I'm getting this error while trying to cross compile valgrind for PandaBoard (armv7 architecture). m_debuglog.c: In function ‘add_to_buf’: m_debuglog.c:242: error: unknown register name ‘r7’ in ‘asm’ m_debuglog.c:242: error: unknown register name ‘r2’ in ‘asm’ m_debuglog.c:242: error: unknown register name ‘r1’ in ‘asm’ m_debuglog.c:242: error: unknown register name ‘r0’ in ‘asm’ m_debuglog.c: In function ‘vgPlain_debugLog’: m_debuglog.c:261: error: unknown register name ‘r7’ in ‘asm’ m_debuglog.c:261: error: unknown register name ‘r0’ in ‘asm’ m_debuglog.c:242: error: unknown register name ‘r7’ in ‘asm’ m_debuglog.c:242: error: unknown register name ‘r2’ in ‘asm’ m_debuglog.c:242: error: unknown register name ‘r1’ in ‘asm’ m_debuglog.c:242: error: unknown register name ‘r0’ in ‘asm’ This is my configure options: ./configure --prefix=/opt/valgrind --host=armv7-none-linux-gnueabi --target=arm-none-linux-gnueabi It failed in the make process. Does anyone have some ideas about these errors? Thanks a lot. -- Wan Mohd Fairuz WAN ISMAIL |