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?
In the "fpc_InitializeUnits" procedure I have excluded the call
to the "fpc_cpuinit" procedure, my system cannot sta
> 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 fals
I've copied current svn of fpc2_fixes and fpcdocs to a working directory:
asterix:svn> ls -ld fpc fpcdocs
drwxr-xr-x 14 root root 4096 Aug 23 16:09 fpc
drwxr-xr-x 44 root root 4096 Aug 23 17:12 fpcdocs
Fpc compiles OK, but when I try to generate html docs I get:
asterix:svn> cd fpc
Thanks for the replies Michael, Eduardo, and Martin!
It looks like I'll have to see what functions are being called to use the
Video and Drivers units and see what I can do to work around them or
something. Ugh. Oh well, better that than another dead end.
Thanks!
Lowell
Michael Van Canney