We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I get the following error when I compile the code:
Arduino: 1.8.1 Hourly Build 2017/01/05 05:34 (Windows 8.1), Board: "Nano Zero (Native USB Port)" libraries\MemoryFree\MemoryFree.cpp.o: In function `freeMemory': C:\Users\Olivier\Documents\Arduino\libraries\MemoryFree/MemoryFree.cpp:18: undefined reference to `__brkval' C:\Users\Olivier\Documents\Arduino\libraries\MemoryFree/MemoryFree.cpp:18: undefined reference to `__bss_end' collect2.exe: error: ld returned 1 exit status exit status 1 Error compiling for board Nano Zero (Native USB Port). This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.
Arduino: 1.8.1 Hourly Build 2017/01/05 05:34 (Windows 8.1), Board: "Nano Zero (Native USB Port)"
libraries\MemoryFree\MemoryFree.cpp.o: In function `freeMemory':
C:\Users\Olivier\Documents\Arduino\libraries\MemoryFree/MemoryFree.cpp:18: undefined reference to `__brkval'
C:\Users\Olivier\Documents\Arduino\libraries\MemoryFree/MemoryFree.cpp:18: undefined reference to `__bss_end'
collect2.exe: error: ld returned 1 exit status
exit status 1 Error compiling for board Nano Zero (Native USB Port).
This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.
The text was updated successfully, but these errors were encountered:
Also happens on Adafruit Feather Huzzah with ESP8266
Sorry, something went wrong.
I'm pretty sure this is an AVR-only library. So no, it's not going to work on your SAMD (e.g. Zero, MKR) or ESP8266.
The ESP8266 Core for Arduino has built-in functions for this: https://arduino-esp8266.readthedocs.io/en/latest/libraries.html#esp-specific-apis
Yeah, just found that too. Thanks for the response though.
No branches or pull requests
Hi,
I get the following error when I compile the code:
The text was updated successfully, but these errors were encountered: