From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Tue, 18 Aug 2015 08:19:18 +0800 Subject: [U-Boot] Building Uboot for Nios2 - linker not found on Linux environment In-Reply-To: References: Message-ID: <55D27A06.4040002@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Dave, On 08/15/2015 10:45 AM, Dave Williams wrote: > I am trying to build Uboot for Nios2. > > I do the following on Linux bash. > >> git clone git://git.denx.de/u-boot-nios.git >> cd u-boot-nios/ >> make menuconfig Sorry that the u-boot-nios.git is used for upstreaming to u-boot.git only, and is not always up-to-date. Please use u-boot.git instead. BTW. which version of nios2-elf-gcc did you use? I've tested with v3.4.6 and v4.9.1. Cheers, Thomas Chou