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
------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to