Problem when using "atoi" in arduino

Hi,
I want to convert char array values to an integer. So i have used atoi but it shows something like this,
section `.sdata’ can’t be allocated in segment 1
LOAD: .data .srodata .sdata

and it takes more time for compilation when facing this problem.