mccahan / ESP-HomeKit-Vagrant-BuildEnv

A Vagrant-based build environment for getting ESP firmware up and running quickly
6 stars 6 forks source link

Error 127 by the Execute #2

Open Kr-Harm opened 6 days ago

Kr-Harm commented 6 days ago

when i paste "make -C examples/led test" in the comandpromt i become this error

make: Entering directory /home/vagrant/esp-homekit-demo/examples/led' CC /home/vagrant/esp-open-rtos/open_esplibs/libmain/ets_timer.c make: xtensa-lx106-elf-gcc: Command not found make: *** [build/open_esplibs_libmain//ets_timer.o] Error 127 make: Leaving directory/home/vagrant/esp-homekit-demo/examples/led'

mccahan commented 6 days ago

You could try running the commands from the Vagrantfile in the command prompt and see what happens https://github.com/mccahan/ESP-HomeKit-Vagrant-BuildEnv/blob/master/Vagrantfile#L17-L45

But at this point this is 6 years old I wouldn't be surprised if the apt repos is pulls from are out-of-commission.

Kr-Harm commented 5 days ago

You could try running the commands from the Vagrantfile in the command prompt and see what happens https://github.com/mccahan/ESP-HomeKit-Vagrant-BuildEnv/blob/master/Vagrantfile#L17-L45

But at this point this is 6 years old I wouldn't be surprised if the apt repos is pulls from are out-of-commission.

dosent work. same error.

any orther ways to make a esp8266 in homekit ?

mccahan commented 5 days ago

If you upgrade to an esp32, HomeSpan is amazing. Otherwise, the package used here started offering a Docker container you could try https://github.com/maximkulkin/esp-homekit-demo/wiki/Build-instructions-ESP8266-(Docker)