Gentoo Archives: gentoo-embedded

From: Peter Stuge <peter@×××××.se>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] gcc question - entry point problem in small, static app
Date: Mon, 30 Mar 2009 11:37:30
Message-Id: 20090330113724.32568.qmail@stuge.se
In Reply to: Re: [gentoo-embedded] gcc question - entry point problem in small, static app by Arkadi Shishlov
1 Arkadi Shishlov wrote:
2 > I don't know if arm is different, but I used the following on i386
3 > to get flat binary that does not require any runtime support:
4
5 Have a look at libpayload which we develop over in the coreboot
6 community:
7
8 http://www.coreboot.org/Libpayload
9
10 Maybe you'll find the lpgcc wrapper useful.
11
12
13 //Peter