Content originally posted in LPCWare by chintan.parmar on Sat Oct 27 00:08:55 MST 2012
Hello Every one,
I am using LPCExpressso_V4.3.
I want to use stdio.h for printf(),sprintf() function through newlib....
As per mention changes on code_red...i have switched from Redlib to newlib.
but i am getting error that is mentioned below:
sbrkr.c:(.text+0x18): undefined reference to `_sbrk'......so many undefined reference show......:confused::confused:
i have already...libm.a = C:\nxp\LPCXpresso_4.3.0_1023\lpcxpresso\Tools\arm-none-eabi\lib
to
Properties->Settings->Tool Settings->MCU Linker->Libraries->Library search path
but still
libm.a file isnot getting....:confused:
what is solution????
Please solve my problem as soon as possible....