[fpc-devel] AVR target on trunk does not compile for me
Christo Crause
christo.crause at gmail.com
Mon Jun 3 19:01:49 CEST 2019
On Mon, Jun 3, 2019 at 12:00 PM Michael Ring <mail at michael-ring.org> wrote:
> Last question: Is avr6 the only subarch that has enough memory for
> enabling strings? I am a Noob when it comes to avr, but I guess there
> should be more subarchs that have more memory, I today saw some ATTINY
> Chips with 32kB of Flash....
>
> Michael
>
One could enable extra string functionality (at least ansistring) for avr5
and avr51. It doesn't add to the final compiled size if one doesn't use the
functionality. It does pull in a substantial amount of code once you start
using it (2 - 4 KB in a very simple test, depends of course on the number
of different types of string conversions).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20190603/6df17564/attachment.html>
More information about the fpc-devel
mailing list