First time build of the repo for 1170 #16174
-
I've been digging into micropython to be able to load it on the iMX1170 EVKB dev kit. I would like to make a custom port that will run on the m4 core, but am starting with just getting the stock imx 1170 port to build. Following the readme in the mimxrt port- I have initialized/updated the micropython submodules and mpy-cross successfully builds. Updating the submodule dependencies for the board appears to work fine, but when running the make for 1170EVK, there is a message saying micropython-lib submodule is not initialized. Actually building for the 1170EVK errors out when it is almost complete though. It gets to the PREPROCESS LINK and LINK print outs and has been saying it cannot find a file/directory. The latest build error is: Any insight here would be helpful. This is using the v1.23.0 tag of micropython. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
It builds fine here on a debian system. Maybe the length of the generated command exceeds the maximum line length of the shell. Try building with V=1 for more information. Which build environment do you use? |
Beta Was this translation helpful? Give feedback.
Building on windows really isn't well supported at all, there's always problems like this that just make it too hard to get a reliable system.
I suggest using wsl on windows to get a real Linux environment, I find it dramatically easier than managing a separate VM.