[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
rtems executable size issues
- Date: Tue, 18 May 1999 19:20:06 +0200 (CEST)
- From: valette at crf.canon.fr (VALETTE Eric)
- Subject: rtems executable size issues
>>>>> "joel" == <joel at oarcorp.com> writes:
joel> I have been investigating the RTEMS executable size issue.
Working on PPC port during my *rainy* hollidays (at least someone will benefit
of rainy wheather), I also suggest to look at the way some libraries are build:
Using ld -r to aggregate .o file and then putting the .rel in the libs leads to
potentially load a LOT of unused code...
Maybe a make-librry should use other technic (like a find of .o files)...
-- eric