pfalcon / esp-open-sdk

Free and open (as much as possible) integrated SDK for ESP8266/ESP8285 chips
1.97k stars 622 forks source link

2nd make after make error is succesful #84

Open jfbortolotti opened 9 years ago

jfbortolotti commented 9 years ago

from a clean workdir, first "make STANDALONE=Y" exited on error on crosstool-NG because of missing libexpat-dev, but 2nd without any changes was able to finish make process. This can lead to further problems.

pfalcon commented 9 years ago

So, what's the report here? You mean that libexpat-dev should be included in dependencies list? Can you verify that on clean Ubuntu 14.04 VM?

ghost commented 7 years ago

I'm surprised that nobody else has run into this. Maybe most people alreayd had libexpat-dev before installing?