Imroy / pubsubclient

A client library for the ESP8266 that provides support for MQTT
MIT License
434 stars 115 forks source link

undefined reference to `_sbrk_r #2

Closed gnih closed 9 years ago

gnih commented 9 years ago

Hi,

I encounter "undefined reference to `_sbrk_r" error with arduino ide 1.6.1 and 1.6.3

Missing hard coded path?

pubsubmqtterror

Imroy commented 9 years ago

This is a problem that has been fixed in the Arduino-ESP8266 port (see esp8266/Arduino#11), but there is no recent build. The maintainer(s) is hoping to get a new release out this week or next week (esp8266/Arduino#188). Until then, you can build your own version from Git (what I do) or maybe try Appveyor - https://ci.appveyor.com/project/igrr/Arduino.

gnih commented 9 years ago

Thank you for your quick reply! Have a nice day, Kind regards, G.

2015-05-14 14:28 GMT+02:00 Ian Tester notifications@github.com:

This is a problem that has been fixed in the Arduino-ESP8266 port (see esp8266/Arduino#11 https://github.com/esp8266/Arduino/issues/11), but there is no recent build. The maintainer(s) is hoping to get a new release out this week or next week (esp8266/Arduino#188 https://github.com/esp8266/Arduino/issues/188). Until then, you can build your own version from Git (what I do) or maybe try Appveyor - https://ci.appveyor.com/project/igrr/Arduino.

— Reply to this email directly or view it on GitHub https://github.com/Imroy/pubsubclient/issues/2#issuecomment-102022776.

jeffryr commented 9 years ago

It also works with Arduino-1.6.4 plus the Adafruit ESP8266/Huzzah plugin. I suspect it would work with Sandeep Mistry's addon, I see he now has a 0.0.5 release but I haven't personally tried that one. I do all of my builds on Linux BTW, don't know what the status is on Windows or OSX.