From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Fischer Date: Thu, 7 Dec 2006 15:04:03 +0100 Subject: [Buildroot] Error on compiling busybox using buildroot for mipsel In-Reply-To: References: Message-ID: <20061207140403.GA750@aon.at> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Thu, Dec 07, 2006 at 08:48:03PM +0800, Doug Brewer wrote: >Hello, > >I used buildroot to build mipsel crss-compiler and busybox. While compilng >on busybox, I encounter errors: >It looks that buildroot passed the wrong arch for busybox? Thanks. Does it work better (i.e. does not pull in i386-specific Makefiles) if you add ARCH=$(KERNEL_ARCH) to both make invocations in busybox.mk ?