Dmitry Boyarintsev
2018-08-20 16:26:47 UTC
Hello,
Is it possible to use FPC for linking only?
(assuming that .ppu/.o files were created by fpc previously)
using options
-sh Generate script to link on host
or
-st Generate script to link on target
generates the linking script, but the script is referring to an external
linker.
Is there possibility to do use internal linker/writer only?
The reasons for that:
* reduce dependencies on external build tools;
* on some platforms (win32) the internal linker is presumed to be better
than external one;
thanks,
Dmitry
Is it possible to use FPC for linking only?
(assuming that .ppu/.o files were created by fpc previously)
using options
-sh Generate script to link on host
or
-st Generate script to link on target
generates the linking script, but the script is referring to an external
linker.
Is there possibility to do use internal linker/writer only?
The reasons for that:
* reduce dependencies on external build tools;
* on some platforms (win32) the internal linker is presumed to be better
than external one;
thanks,
Dmitry