[xsde-users] XSDE Error while compiling the VxWorks project.
Boris Kolpackov
boris at codesynthesis.com
Thu Oct 31 06:10:49 EDT 2024
N. Rajesh <rajesh.n at thalesgroup.com> writes:
> Build is success and I got the libxsde.a file. But the size of it
> is more than I expected.
I would worry too much about the size of the static library: not
all of its object files will end up in the final image and the
object files that do may contain duplicate symbols (due to C++
template instantiations) which will be weeded out during linking
of the image.
More information about the xsde-users
mailing list