-->
Page 1 of 1

Cannot run eboot makefile successfully

PostPosted: Thu May 09, 2019 6:46 pm
by flonch
I'm trying to modify the eboot.c file located in bootloaders/eboot/, but when I try to run the makefile I get this error below.

../../tools/esptool/esptool -vvv -eo eboot.elf -bo eboot.bin -bs .text -bs .data -bs .rodata -bc -ec || true
/bin/sh: 1: ../../tools/esptool/esptool: not found

I have the latest git version (2.6.0-dev), following the instructions outlined below.
https://github.com/esp8266/Arduino#usin ... structions

When I go to the tools/esptool/ directory, there is "esptool.py", but nothing which is simply "esptool". If someone can point out what I might be missing, it would be appreciated. Attached the full output in case the the messages which come before are of any use.