IOsetting / stc8prog

Open Source STC8G/STC8H ISP flash tool
Apache License 2.0
61 stars 26 forks source link

Release for Windows #9

Open LovelyA72 opened 2 years ago

LovelyA72 commented 2 years ago

rt, Is it possible to have Windows release?

IOsetting commented 2 years ago

Well, it is possible but why not STC-ISP if you are using Windows?

LovelyA72 commented 2 years ago

STC-ISP is closed source. I am also using platformio.

LovelyA72 commented 1 year ago

Tried STCGAL, which does not work on STC8G1K08A. This is the only open source and command line option on Windows. I am using PlatformIO so this is essential for me.

For these that want to compile on Windows with MinGW: comment out #include <err.h> and #include <sys/mman.h> and the program will build fine. I am not sure why the author included these two headers.

IOsetting commented 1 year ago

I am not quite sure but I didn't meet problem when compiling it in mingw64, you can find my command history in another issue. Maybe something different in the toolchain installation?

iamplouf commented 4 months ago

has anyone know where can get windwos binary? thanx