From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Tue, 10 Jun 2008 10:29:51 -0400 Subject: [U-Boot-Users] U-Boot Compilation error In-Reply-To: <2bdb3520806100629v5c07575ai2dde17f305a00e1@mail.gmail.com> References: <2bdb3520806100629v5c07575ai2dde17f305a00e1@mail.gmail.com> Message-ID: <484E8FDF.5070106@ge.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Vijay Srivastava wrote: > > > Hi, > > I am trying to compile uboot version 1.1.3 for ppc_870 board with the > following settings > bash$ export CROSS_COMPILE=ppc_8xx- > bash$ export PATH=${PATH}:/opt/eldk/bin:/opt/eldk/usr/bin > > But I am getting following error: > > make txc870_config What does the command "which make" say? Are you running the "make" program that you expect? What does "make --version" say? FWIIW, on my debian system I see (note that we are using the native make to do the cross compile): $ which make /usr/bin/make $ make --version GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program built for i486-pc-linux-gnu Best regards, gvb