Trouble compile blink esp8266

Hi,
From one day on the other i can not compile any sketch..
I am using a esp8266 for a long time without any problems.
I am using IDE 1.8.9 but updating to newer or newest IDE did not solved it.
Even a complete reinstall en deleting all files did not fixed it...

Error:

Traceback (most recent call last):
File "C:\Users\EV\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2/tools/elf2bin.py", line 211, in

sys.exit(main())

File "C:\Users\EV\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2/tools/elf2bin.py", line 192, in main

to_addr=4096

File "C:\Users\EV\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2/tools/elf2bin.py", line 187, in wrapper

write_bin(out=out, args=args, **kwargs)

File "C:\Users\EV\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2/tools/elf2bin.py", line 75, in write_bin

[size, addr] = get_segment_size_addr(elf, segment, args.path)

File "C:\Users\EV\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2/tools/elf2bin.py", line 55, in get_segment_size_addr

raise Exception('Unable to find size and start point in file "' + elf + '" for "' + segment + '"')

Exception: Unable to find size and start point in file "C:\Users\EV\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2/bootloaders/eboot/eboot.elf" for ".rodata"

exit status 1
Fout bij het compileren voor board LOLIN(WEMOS) D1 R2 & mini

Anyone can help me on this ?

Can you compile this?

void setup() {
  // put your setup code here, to run once:

}

void loop() {
  // put your main code here, to run repeatedly:

}

if not, you me want to reinstall the esp package.

Thanks for your reply ebolisa1. Tried that several times.

After a long search, it finally turned out that other software on my PC was the cause. After uninstalling Citrix Workspace app everything works again.

Wow, well done mate, removing Citrix fixed mine also. An amazing find and now the second thing Citrix has randomly caused issues for me in.

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.