Error - cant open rp2030-decoder-elf #27
-
I've been working my way through the steps of "Getting Started" to make sure I can build the software onto a RP2040 as I have no prior experience with these RP2040's. Anyway, after sorting various issues along the way, I have finally got to step 15. Seems to go okay right until the last, when I get an error "Couldn't open rp2040-decoder.elf". I've searched my Win 11 PC, and no such file exists, so clearly something has gone wrong earlier in earlier steps, although it didnt seem to. I assume this file should have been built in step 14, so maybe thats is where the problem is; in fact I'm not sure about this step, there are two lines of code, 1st line being cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Debug .."" - that line seems to work okay, but then there is "mingw32". I have tried that after the 1st line, but it throws back this : mingw32 : The term 'mingw32' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that
Could this be where my problem is ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
I'd guess step 10 would have taken care of being able to find the mingw32 executable (downloaded in step 9). |
Beta Was this translation helpful? Give feedback.
All these 32 and 64 bit msys and mingw folders are a bit confusing when troubleshooting, yes :)
But actually there appears to be typo in the "Getting Started": the executable is called mingw32-make.exe (with current distros, just installed to see for myself). That will produce the elf file: