ESP8266 Support WIKI

User Tools

Site Tools


setup-osx-compiler-esp8266

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
setup-osx-compiler-esp8266 [2015/04/07 08:44]
dirkx Add wget - required by the pull in script.
setup-osx-compiler-esp8266 [2017/03/13 22:41] (current)
polarstate [Dependencies]
Line 18: Line 18:
   brew install grep   brew install grep
   brew install autoconf   brew install autoconf
-  brew install binutils ​(for gobjcopy) +  brew install binutils 
-  brew install gawk (required overwriting the non-gnu awk in my case) +  brew install gawk
-  brew install autoconf+
   brew install wget   brew install wget
 +  brew install automake
 +  brew install libtool
 +  brew install help2man
 +
 +binutils is needed for gobjcopy
 +
 +gawk is required for overwriting the non-gnu awk in my case
   ​   ​
 If you get the error "​configure:​ error: could not find GNU awk", run If you get the error "​configure:​ error: could not find GNU awk", run
Line 27: Line 33:
   brew link --overwrite gawk   brew link --overwrite gawk
   ​   ​
 +If you get the error "​./​zconf.hash.c:​167:​1:​ error: conflicting types for '​kconf_id_lookup'"​
 +
 +  brew uninstall gperf
 +  ​
 +see: https://​github.com/​pfalcon/​esp-open-sdk/​issues/​236 for reference
 ===== esp-open-sdk with MacPorts ===== ===== esp-open-sdk with MacPorts =====
  
setup-osx-compiler-esp8266.1428396287.txt.gz · Last modified: 2015/04/07 08:44 by dirkx