Content originally posted in LPCWare by CodeRedSupport on Wed Feb 09 04:33:54 MST 2011
You haven't said what your target is, but from the errors, I would assume that you are using one with only 32k of Flash. This error is reporting that you are trying to put more into flash than is available on the target device...
p.s. The amount of Flash used is text+data and the amount of RAM used is data+bss, plus whatever you use for stack and heap