Replies: 1 comment 1 reply
-
whats your target arm subarchitecture? it seems there is a mismatch what rust compiler thinks about your target. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello-world example in meta-rust was complied successfully , but on executing it in BMC is giving the flowing error
"Illegal instruction (core dumped)"
The same code cross compiled with a arm rust cross compiler is creating a bigger binary and its executing fine in target
Beta Was this translation helpful? Give feedback.
All reactions