From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Tue, 22 Jul 2008 15:11:03 -0400 Subject: [U-Boot-Users] Trouble with Make Command In-Reply-To: <7773DF3D5AD05647B155E7F56554B45CCE541A@srvhouexc13.nov.com> References: Your message of "Tue, 15 Jul 2008 17:13:44 CDT." <7773DF3D5AD05647B155E7F56554B45CCBED93@srvhouexc13.nov.com> <20080716095310.7569B242FF@gemini.denx.de> <7773DF3D5AD05647B155E7F56554B45CCE541A@srvhouexc13.nov.com> Message-ID: <488630C7.8000801@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 Rugunda, Solo wrote: > Hi > > I am fairly new to Uboot. I am having trouble running the "make" command > from the "u-boot-1.1.4/tools #" prompt. > > When I do a make, this is the error I get > > Makefile:108: /config.mk: No such file or directory > make: *** No rule to make target `/config.mk'. Stop. Hi Solo, Run make in your top level directory, "u-boot-1.1.4", not in the tools subdirectory. By the way, the prompt "#" indicates you are running make as root. You should not need to. Running as root for anything that doesn't need root access (essentially everything but host configuration) is a poor practice and discouraged. HTH, gvb