Search found 1 match

by eprasetio
Wed 28. Jan 2015, 02:24
Forum: PCAN-Router Pro
Topic: "undefined reference to _sbrk" error whenever using Malloc
Replies: 1
Views: 5970

"undefined reference to _sbrk" error whenever using Malloc

Hi,
I got a problem whenever calling malloc() function in my code. My code is based on the Routing example code that was given from the installation package. I read from other forums saying that the way to fix this is to change the newlib(none) to newlib(nohost). However, i'm not sure how to do ...