ESP8266 Support WIKI

User Tools

Site Tools


setup-osx-compiler-esp8266

**This is an old revision of the document!**

Table of Contents


Mac OSX Compiler Setups

esp-open-sdk

esp-open-sdk can be installed almost as described in Linux Compiler Setups.

Some problems have been reported if you build the toolchain in a case-insensitive filesystem. To avoid these issues create a case-sensitive volume:

hdiutil create ~/Desktop/eos.dmg -volname "esp-open-sdk" -size 10g -fs "Case-sensitive HFS+"
hdiutil mount ~/Desktop/eos.dmg
cd /Volumes/eos-open-sdk

Dependencies

brew install gnu-sed --with-default-names
brew tap homebrew/dupes
brew install gperf
brew install grep
setup-osx-compiler-esp8266.1420034252.txt.gz · Last modified: 2014/12/31 13:57 by george-hopkins

Page Tools