When build in Arduino IDE I get this error
exec: “C:\Users\AppData\Local\Arduino15\packages\realtek\tools\ameba_d_tools\1.0.6/postbuild_img2_arduino_windows.exe”: file does not exist
Installed package version - 3.1.0
How can I fix the problem?
When build in Arduino IDE I get this error
exec: “C:\Users\AppData\Local\Arduino15\packages\realtek\tools\ameba_d_tools\1.0.6/postbuild_img2_arduino_windows.exe”: file does not exist
Installed package version - 3.1.0
How can I fix the problem?
Hi @john7
Ameba Arduino package V3.1.1 has just been released, would you like to upgrade to the latest package and try again?
I upgraded but the problem remains.
Please try manually delete the realtek
folder under the above path, and re-download the package using aarduino IDE board manager again
PS: I ve tried on my side and everything is working fine
Oh…I deleted the folder and reinstalled but I get.
exec: “C:\Users\AppData\Local\Arduino15\packages\realtek\tools\ameba_d_tools\1.0.7/postbuild_img2_arduino_windows.exe”: file does not exist
Error compiling for board RTL8722DM_MINI.
Actually the file doesn’t exist in the 1.0.7 folder indeed.
I found only postbuild_img2_arduino_windows.cpp
Hi @john7 , don’t worry, all the files in the package are available for download on Github @
You can grab the executable file from the link and put it where it belongs, it should fix the problem
Thank you. Now it’s OK.
Hmm…Funny story. The exe file get deleted after a build. Looks like an antivirus got involved. Trying to add the exe to exclusion list…
LOL, that’s funny, no wonder it disappear every now and then~