Hello,
is it possible to let FPC create dummy Code for Function's and Procedure members ?
The current state of Code that is produced (Assembly and Binary) is about 10 Bytes. So I could save some space when post-process the produced assembly Code.
But then I don't know how to Link properly to a executable.
Because when I try to use the CLI Option -Tembedded I get Error:
fpc.exe -dDLLEXPORT -dLANGDEU -dDLLDEBUG -dDLLRES -n -B -Tembedded -FE. -Fu. -O3 rtllib_enu.pas
rtllib_enu.pas(1,19) Error: Creation of Dynamic/Shared Libraries not supported
rtllib_enu.pas(3,2) Error: Resource files are not supported for this target
system.pas(256,1) Fatal: There were 2 errors compiling module, stopping
Fatal: Compilation aborted
Error: C:\FPC\3.2.2\win64\fpc\bin\x86_64-win64\ppcx64.exe returned an error exitcode