Skip to content

Program aborted when calling m5ops function in SE mode. #1549

Answered by giactra
4lex49 asked this question in Q&A
Discussion options

You must be logged in to vote

What I believe is happening is that you have an A32 implementation of the m5 function (you linked to it) but your CPU is actually in thumb mode so the instruction gets wrongly decoded. As a workaround you should add -marm to your CFLAGS to force A32 compilation.... We might consider doing something different in the long run...

Replies: 5 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@4lex49
Comment options

Answer selected by 4lex49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants