there is a sequence of commands for local.eagle.flash.ld.h. the previous command should copy the file to the build folder. is there any previous error message?
Hi Juraj.
There is no previous error message.
This is compilation output in txt file: http://marcom.net.pl/error.txt
I have C:\Users\admin\AppData\Local\Temp\arduino_build_243392 folder with other files but there is no file local.eagle.flash.ld.h
Hi.
Ok, removed, installed version 3.0.2 - still the same error.
I think it is not a problem with this package because I have the same folder tree in my laptop - only :
It looks like python problem !
Afer do C:\Users\admin\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\tools>python mkdir.py -p "C:\Users\admin\AppData\Local\Temp\arduino_build_263835/ld_h"
When I remove TRY from mkdir.py
def main():
parser = argparse.ArgumentParser(description='Platform-independent mkdir')
parser.add_argument('-p', '--parents', action='store_true', required=False, help='no error if existing, make parent directories as needed')
parser.add_argument('dir', action='store', nargs='+')
ns = parser.parse_args()
for p in ns.dir:
// try:
pathlib.Path(p).mkdir(parents=ns.parents)
// except FileExistsError:
// pass
return 0
if name == 'main':
sys.exit(main())
I have no ld_h directory !
But if I do it again I have:
OMG, It was a FU**** Comodo problem.
I disabled It but after using cp.py and mkdir.py I found created files in C:\VTRoot directory !
I uninstalled Comodo, removed VTRoot, reinstalled Arduino and now It works !!!!