[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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