Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By Sore eyes
#36057 If W10 does not recognise the .exe against its database it throws a warning. If you are worried you can run the exe through w10 built in defender anti-virus.
I installed it yesterday and so far my bank account is still empty :D
Really nice work Mikhail. Thank you.
User avatar
By SigmaStar
#36642 Hello,
I got a error while installing the install-mingw-package.bat (STEP 6).
I done it with right click as administrator, but it didn't help.
Can anyone please give me a clue?
You do not have the required permissions to view the files attached to this post.
User avatar
By Luis Becerra
#36694
SigmaStar wrote:Hello,
I got a error while installing the install-mingw-package.bat (STEP 6).
I done it with right click as administrator, but it didn't help.
Can anyone please give me a clue?

Hi,

I had the same issue, it seems that the way that to check if the Command Prompt was launched as the Administrator is not longer supported by Win10.
You can edit line number 7 on install-mingw-package.bat and change:
at > nul
to
net session >nul 2>&1

or just replace the file with the one attached :D
You do not have the required permissions to view the files attached to this post.