First of all: we prefer emails in plain text.
>could you help me please to remove the following libraries:
>library file /sdcc/share/sdcc/lib/small/libfloat.lib
rm /sdcc/share/sdcc/lib/small/libfloat.lib
>Removing the unnecessary libs to shrink the size
The linker shows you the libs it has found in the search directories. This
doesn't mean, that all the code in the libs is included. Please look at the
end of the map file. There all modules are listed, which have been included
by the linker.
Bernhard
|