-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Issue compiling MODBUS library #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The issue is because the library seems to use malloc function, which is not
|
A lot of people seem to be having issues related to malloc, so I created #11 to track it. |
Thank you! Thanks |
Can you please share the library |
Hello!

I just wanted to compile the arduino-modbus-slave library (https://code.google.com/p/arduino-modbus-slave/downloads/detail?name=MODBUS.zip&can=2&q=) which seems to be perfectly compatible with the ESP8266 Arduino SDK because it only uses the Serial library which is fully adopted.
When I try to compile my sketch which depends on the MODBUS library I get the following error:
Does anybody know where the issue is?
It seems to be an issue with the xtensa toolchain but I cannot find out what it is.
Kind Regards
Marvin
The text was updated successfully, but these errors were encountered: