AW: WG: AW: use gmp on microcontroller freescale coldfire
Torbjorn Granlund
tg at gmplib.org
Tue Jun 25 10:03:33 CEST 2013
Drößler Tobias <Droessler.Tobias at ik-elektronik.com> writes:
> We don't provide any configuration options for making GMP that small.
We usually create a binary file, which will be programmed /flashed and
holds the whole program code . Is it not possible (or default set)
that the linker only places used (called) code form the lib inside the
binary file ?
I would assume all current linkers support such incremental linking.
What I am trying to say is that no useful subset of GMP's object files
will be small enough for your needs; incremental linking will surely
help but not enough.
(It would be possible for us to provide smaller GMP configs in the
future, mainly by conditionally disabling multiplication primitives.)
--
Torbjörn
More information about the gmp-discuss
mailing list