[fpc-pascal] Embedded ARM system unit
Marco van de Voort
marcov at stack.nl
Wed Aug 24 10:17:18 CEST 2005
> Marco van de Voort wrote:
>
> >>I am in the first stage of creating a system unit for
> >>Embedded ARM. Things are working but I get a lot of
> >>Warnings and Hints (See some of them below).
> >>Should I be worried about this?
> >
> >
> > I see no troubling ones. THe first few mean that generic might not be 64-bit
> > clean, but are probably false. (since generic.inc is used for the 64-bit ports too),
> > the others are simply unused Unix symbols. This is normal, because these includefiles
> > are also used in a few other places (like baseunix), where they _are_ used.
>
> Maybe we should think about a generic embedded rtl which is configurable
> what's included.
Maybe, but then I would gear it towards demonstration purposes rather than
production, since most embedded users will customize anyway.
More information about the fpc-pascal
mailing list