> > hi everyone > just for curiosity, how come rtl adds so much overhead > when a source file is compiled to be loaded on the > kernel. > Sometimes I get files 2000% larger than when compiled > for uesr space. > thanks > Raul > you have debuging enabled (make menuconfig -> [ ] Enable Debuging) so everything is compiled with -g . You can turn it off or simply use strip -g MODULE.o to "shrink" it. hofrat -- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED] -- For more information on Real-Time Linux see: http://www.rtlinux.org/rtlinux/
