I can't seem to find the Serial port on my computer for the
Feather HUZZAH?
Don't forget to install
computer, they are required!
I still can't seem to find the Serial port on my computer for
the Feather Huzzah!
Many cheap electronics come with charge-only USB cables, which cause
headaches later. Make sure you are using a proper data/sync USB cable. If you find
a cable that is charge-only (not data/sync also) throw it out so you don't have the
same problem again.
So, I'm getting a 'no such file' error compiling for
ESP8266 on my Mac
If your error message looks like this:
fork/exec /Users/xxxxxxx/Library/Arduino15/packages/esp8266/tools/xtensa-lx106-
elf-gcc/1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++: no such file or directory
Error compiling.
To fix this problem, do this:
1.
Open the Boards Manager in the Arduino IDE
2.
Uninstall the ESP8266 support
3.
go to your ~LIbrary folder (in the Finder, select "Go::Go to folder:, and enter
~Library ). Find the folder Arduino15.
4.
In the Arduino15 folder, go into packages, and delete the folder esp8266
5.
Go back to the Arduino IDE, and install ESP8266 board support.
6.
Now go back to the Finder, and check that you have the xtensa-lx106-elf-g++
file in the path Arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/
1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++
7.
That's it!
©Adafruit Industries
the CP2104 VCP
drivers (https://adafru.it/jCs)
for your
Page 52 of 53
Need help?
Do you have a question about the Feather HUZZAH ESP8266 and is the answer not in the manual?