Newbie issues - Github & mpy-cross
Posted: Mon Jul 18, 2022 5:23 pm
Hi: Coming from a non software background but trying to learn as day job permits. Trying to create mpy files for Pi picos. They are running stock V1.19 micropython. From version test they return:
mpy version: 6
mpy flags: -march=armv6m
I've forked the main micropython repository to download - & checked that all fetches are up to date for the branch. I've also (very recently) - made sure that all previous local copies are deleted from my machine (Macbook Pro OS 11.6.7).
When I build mpy-cross (make clean initially just to be sure) I have the following: mpy-cross % mpy-cross --version
MicroPython v1.16-dirty on 2021-06-21; mpy-cross emitting mpy v5.
It will not accept a -march=armv6m option - armv6 gives an incompatible mpy file. (test file is just a set of arrays for reference by a main script for now).
Am I right that I should be seeing V1.19for the mpy-cross version? Is there something about the git call that I am missing?
Many thanks!
Doug
mpy version: 6
mpy flags: -march=armv6m
I've forked the main micropython repository to download - & checked that all fetches are up to date for the branch. I've also (very recently) - made sure that all previous local copies are deleted from my machine (Macbook Pro OS 11.6.7).
When I build mpy-cross (make clean initially just to be sure) I have the following: mpy-cross % mpy-cross --version
MicroPython v1.16-dirty on 2021-06-21; mpy-cross emitting mpy v5.
It will not accept a -march=armv6m option - armv6 gives an incompatible mpy file. (test file is just a set of arrays for reference by a main script for now).
Am I right that I should be seeing V1.19for the mpy-cross version? Is there something about the git call that I am missing?
Many thanks!
Doug