-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
devopsIssues related to continuous integration and distribution of software.Issues related to continuous integration and distribution of software.
Description
Hi, I would like to cross-compile my program for ev3 and run it on pybricks-micropython
. I am using native emitters in the program.
I have tried to install the mpy-cross-v4 branch of this repository and run it on WSL, but when uploading to the EV3 I got the following error:
ValueError: incompatible .mpy file
I think it has something to do with the architecture of the EV3, which is armv5tejl
, but when I build the files via ./mpy-cross -march=armv5tejl <path_to_file>
it shows me the info/docs on how to use mpy-cross.
Does anyone have an idea on how to cross-compile for pybricks? Or something else?
Thanks in advance.
Metadata
Metadata
Assignees
Labels
devopsIssues related to continuous integration and distribution of software.Issues related to continuous integration and distribution of software.