[fpc-devel] Need an elegant way to preset a specific memory area in elf files
Michael Schnell
mschnell at lumino.de
Wed Apr 23 15:30:14 CEST 2014
Some questions that might put us in a working position:
Can you state the cause why xc32 is not usable ?
For our project (from your first message seemingly different form what
you are doing) we want to call fpc functions from running C-made code.
Hence
- initialization is no issue at all for us
- we would supposedly need to do the RTL in a way that it cooperates
with the standard (Microchips) C - Library functions.E.g. supposedly the
rtl memory management would need to call the appropriate C Library
functions.
- we did not yet decide if we would want to link the fpc functions
statically or load and link them dynamically in some way. (Here
compiling to PIC (position independent code :-) ) might be an issue.
Any comments on that ?
Thank,
-Michael
More information about the fpc-devel
mailing list