micropython on big-endian systems #18053
Unanswered
jepler
asked this question in
Core Development
Replies: 1 comment
-
Congratulation! You passed the test, to develop more code for Micropython! Welcome Jeff! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Because I was curious, I built micropython for the ibm s390x CPU architecture, which is big-endian LP64 Linux, and then ran the testsuite (this uses qemu under the hood). Result: The tests passed, except for stress_aes which was a timeout.
I had to use standard linking but that was also true of trivial programs and may result from some kind of misconfiguration of either the compiler or qemu binfmt support in debian trixie.
I also ran the basic tests via mpy-cross, and that worked as well.
Nothing interesting to see here, just a success.
Beta Was this translation helpful? Give feedback.
All reactions