1 post / 0 new
THUNK
Toolchain and Crypt related errors in trying to run Make

Looking for advice in getting a successful OVMS code build.

Using a new Dell i5 w/AMD running Windows 11.

"Make -v17 all" run in MinGW32 shell does a lot of work but throws errors:

  1. Toolchain version is not supported: crosstool-ng-1.22.0-80-g6c4433a5, expected: crosstool-ng-1.22.0-97-gc752ad5
  2. Crypt_md5.h
  3. crypt_base64.h: No such file or directory
  4. crypt_rc4.h: No such file or directory

I've tried updating Toolchain by running "windows_install_prerequisites.sh" but that seems to have an unresolvable PGP Key issue every time:

$ ./windows_install_prerequisites.sh
error: mingw64: key "5F944B027F7FE2091985AA2EFA11531AA0AA7F57" is unknown
:: Import PGP key 5F944B027F7FE2091985AA2EFA11531AA0AA7F57? [Y/n]
y
error: key "5F944B027F7FE2091985AA2EFA11531AA0AA7F57" could not be looked up remotely
:: Synchronizing package databases...
 mingw32 is up to date   0.0   B  0.00   B/s 00:00 [---------------------]   0%
 mingw64               473.6 KiB   511 KiB/s 00:01 [#####################] 100%
 mingw64.sig           566.0   B  0.00   B/s 00:00 [#####################] 100%
error: mingw64: key "5F944B027F7FE2091985AA2EFA11531AA0AA7F57" is unknown
:: Import PGP key 5F944B027F7FE2091985AA2EFA11531AA0AA7F57? [Y/n]
y
error: key "5F944B027F7FE2091985AA2EFA11531AA0AA7F57" could not be looked up remotely
error: failed to update mingw64 (invalid or corrupted database (PGP signature))
 msys is up to date      0.0   B  0.00   B/s 00:00 [---------------------]   0%
error: failed to synchronize all databases
 

And so I think this means I am not able to update the Toolchain and it didn't resolve the issues.

I really don't want to clear everything and start over...

Stuck and stymied.

Any help appreciated...

-Myles