Prev: FIR Cookbook?
Next: FFTW?
From: gun on 9 Dec 2006 11:06 Hi all, i have a problem for building a program , error message is following line : >> error: can't allocate .rtdx_text, size 0000028b (page 0) in PROG (avail: 000001da) what can be problem for this message ? best regards .
From: sampson164 on 9 Dec 2006 11:25 gun wrote: > Hi all, > > i have a problem for building a program , error message is following > line : > > >> error: can't allocate .rtdx_text, size 0000028b (page 0) in PROG (avail: 000001da) > > what can be problem for this message ? > > best regards . Take a look at your linker .cmd file or the settings used to make it. It appears that you have not allocated enough space for the memory section called PROG. John
|
Pages: 1 Prev: FIR Cookbook? Next: FFTW? |