From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott McNutt Date: Tue, 05 Jan 2010 15:08:17 -0500 Subject: [U-Boot] using U-boot to lauch OS-less application In-Reply-To: <20100105193725.0D747EA195D@gemini.denx.de> References: <30B2E08442EE5044AE9822AD2C2F714305396ADC1A@SAFEMAIL.safetran.railad.com> <20100105193725.0D747EA195D@gemini.denx.de> Message-ID: <4B439C31.4000504@psyent.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de >> 3) Can U-Boot be compiled with GreenHills compiler, or is it best to >> crosscompile with GNU ? > > I have no idea if or how thee GH tools work, or if anybody ever tried > or even succeeded building U-Boot with them. If you want reliable > results quickly you are most probably better off with a GNU tool > chain. We routinely use U-Boot to boot custom applications ... but we always build U-Boot with the GNU tools. The applications are built with whatever tools the particular development team requires -- we keep 'em separate. I've found this approach to be a much more efficient in terms of time and effort. ;-) Regards, --Scott