From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?54Gw6ImyIOi9qOi/uQ==?= Date: Thu, 9 Dec 2004 09:47:37 +0800 Subject: [U-Boot-Users] Question to install ELDK Message-ID: <55812d2e041208174763c6c47b@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 Hi. I had download ELDK3.1 for arm(arm-2004-11-09.iso). And I prepared a host environment with a full installation of Red Hat Linux 9, and mount the iso file in my host OS, to execute #./install -d /ELDK arm without errors. Add ELDK's bin directory to $PATH. After doing these, can I use this ELDK compile u-boot? Does the Environment variable CROSS_COMPILE MUST be set?