Despite saying he was leaving, Hermes has updated his v4 release with a small modification which fixes a problem Window users were having.
To quote: NOTE:
4B raw2payload includes a correction for those who use Windows and fixes a stupid mistake I made by copying the files, because the port1_config_descriptor.h port1_config_descriptor.bin and are in fact the V3 version.
If you compiled the .S, have the V4 and if not .. as well, sorry for the failure! [drunk]
v4B Changes:
raw2payload: changed in fopen "r" and "w" by "rb" and "wb".
In MSDOS/WINDOWS "r" is for text files and "rb" is for binary files. If you use MinGW from ifcaro compilers, instead Cygwin or Linux, you need this changes.
Added port1_config_descriptor.h and port1_config_descriptor.bin from V4 (in the V4 release you have ONLY the .S file from V4)
[Download Hermes V4b] [VIA]