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.
Hi,
I get the following error when I compile the code: