[En-Nut-Discussion] (no subject)

Harald Kipp harald.kipp at egnite.de
Tue Oct 25 19:17:02 CEST 2011


Hi Bob,

On 25.10.2011 17:41, Bob Wirka wrote:
> Recently added some code that causes the linker to choke with the error 
> "undefined reference to `_sbrk'"; unresolved from libc.a.

This typically happens, if you directly or indirectly call a library
function that requires an OS, but which is not available in the Nut/OS
lib. Candidates are stdio functions, but also memory allocation functions.

Regards,

Harald






More information about the En-Nut-Discussion mailing list