hiwindalser wrote:I have shown all the output errors from arduino.
There isn't 'C:\\Users\\alser\\AppData\\Local\\Temp\\build6568377402732073801.tmp/esp32blink3.cpp.elf.0x04000.bin' file in 'C:\\Users\\alser\\AppData\\Local\\Temp\\build6568377402732073801.tmp/' directory.
There are esp32blink3.cpp , esp32blink3.cpp.d , esp32blink3.cpp.elf , esp32blink3.cpp.o , esp32blink3.cpp.elf.sym and a lot of others.
your output to the app folder looks good. so only the bin files are missed..
first, have you test a simple arduino board with your arduino ide installation?
can you compile, can you upload to a arduino board ?
example simly blinky...
check: compile ok
check: upload (serial) ok
so go on next step
to your compile try for esp32 beta:
please do make in first step only a "verify" ( not upload ) to compile your sketch to bin.
then please do not close arduino ide! because if you close the ide to your sketch
the temp folder will be deleted.
go to the temp folder like output named..
do you see the bin file`?
if not,
try to search the "0x04000".bin file
like you named..
"esp32blink3.cpp.elf.0x04000.bin" with search funtion on windows and note the folder structure here. if there is no file on your pc after compile, .then compile is perhabs not finnished well ( @me-on-dev "to do" )
btw:
where is your "0x00000".bin file?
can you upload "0x00000".bin file before step comes to uplaod 0x04000.bin file?
is a 0x0000.bin file in your app temp folder?
normaly bin file is build in the user folder like you described, but if you have a extra Temp folder...
or have you installed arduino ide for you only, for all users ?
is "alser" admin right user oder normal user?
you can test next check :
right click to the arduino link on your desktop
normally prog folder is : "Program Files (x86)\Arduino"
( win(64) 7.. home )
and last but not least:
can you switch on the verbose infos in arduino:
File -> Preferences ->
"show verbose output during:
checked on: compilation
and post your fully gets then.
hope this helps you in further steps
best wishes
rudi