[fpc-devel] FreePascal for QNX
Marco van de Voort
marcov at stack.nl
Mon Jul 21 12:22:19 CEST 2008
> Marco van de Voort schrieb:
> > You can peek at it for structures and types. But even then, since they are 5
> > year old, you need to check them against current versions in the headers.
> >
> > IMHO it shouldn't have been added to SVN, no file from that dir is reusable
> > as it is.
>
> It's still easier to check existing and previously working solutions
There is nothing close to working there, in fact the Solaris/FPC_USE_LIBC
RTL is closer to working, since it defines a lot of libc functionality
already.
> (startup code, structures, function prototyps etc.) and adapt them than
> starting from scratch ;)
There are no functions the same (unix typing fp*, change of linux unit
"inventions" to standard posix names), and there are hardly any needed for a
libc RTL. So structs and constants only, but they'll need correction for
unix typing and naming (the linux unit had different names), and checking
for a 5 year period.
And to peek at the code a bit, it wasn't necessary to enter them in SVN. The
next operation will have to delete all files again, and commit real ones.
More information about the fpc-devel
mailing list