I’ve been able to compile previous versions of the firmware with no problem. Now, however, I get this error. It looks like flash.c used to be included in the source files but is missing from the latest version.
Update: I looked at an older (but still 6.00.03) version of the source and it does include flash.c. I copied that one into my PicoMiteAllVersions directory and got a successful compile. What does that file do anyway? Why isn’t it included in the current source?
Ah, yeah, I’ve been updating to 6.01.00b10 in the repo. Peter removed flash.c and float_sci_m33_vfp.S in the most recent versions. I’m not sure if it builds with the older SDK either, as I’ve been building with the newest one. The readme was updated with Peter’s update, but your post reminded me that I need to change the script that moves files around, since I need to get rid of the flash files there.
I kind of hit a brick wall in terms of getting PicoMite to work with the U2F Loader, but I still want to get a build out soon with the latest fixes.