Re: "not enough memory for long line" message on Dynamic C V10.70
| Newsgroups | gmane.comp.hardware.rabbit-semiconductor |
|---|---|
| Message-ID | <[email protected]> |
On 6/16/2015 5:58 AM, [email protected] [rabbit-semi] wrote: > Thanks a lot. > > Yes it will be a constant value array. I didn't know the #ximport > keyword. I'm going to use it. Hope there is no size limitation on it. If it is constant, try adding a const keyword. DC may initialize consts differently. > > Just for information, I did some measurements, It seems that a source > line can not exceed 32Kbytes. > > Regards. Yeah, DC has undocumented limits. You can #ximport the data; then point to it the second long word (first is a long of the length.) -- ------------------------------------------ Scott G. Henion, Consultant Web site: http://SHDesigns.org ------------------------------------------