From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Leeman Date: Tue, 7 Sep 2004 07:04:42 +0200 Subject: [U-Boot-Users] Size and format of standalone apps In-Reply-To: <413D346D.2030606@tait.co.nz> References: <413D346D.2030606@tait.co.nz> Message-ID: <1f729c4804090622046332735c@mail.gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > It appears to be associated with libgcc so perhaps there is a way of > forcing these functions to be inlined? Is there a way of avoiding them > altogether or perhaps since U-Boot has already included them, maybe more > vectors to gain access to them? If size is a concern, you can try the uclibc alternative for glibc. Though I do not remember of the sizes of the binaries are smaller, the entire system certainly is (half the size or more). Marc.