Seeed-Studio / Wio_Link

Wio_Link 8266
http://seeed-studio.github.io/Wio_Link/
182 stars 64 forks source link

Error with ./scan_drivers & xtensa-lx106-elf-gcc #30

Closed airdissy closed 8 years ago

airdissy commented 8 years ago

Hello, I run on mac os X. When running ./sac_drivers, i have the following error at the end : /bin/sh: xtensa-lx106-elf-gcc: command not found make: *** [aes.o] Error 127

Then I installed xtensa-toolchain from github but nothing change? Thanks, Peter

awong1900 commented 8 years ago

@airdissy refer to http://stackoverflow.com/questions/14671021/bash-make-command-not-found

airdissy commented 8 years ago

Hello, It's working now but I needed to restart the setup from beginning. For those with same troubles with Mac setup. Here is the two tutorial I followed 1) Install all command tool https://www.topbug.net/blog/2013/04/14/install-and-use-gnu-command-line-tools-in-mac-os-x/ 2) Setup Esp-Open-sdk for mac as below, with especially a "command sensitive" filesystem https://github.com/pfalcon/esp-open-sdk Peter