[U-Boot-Users] Trouble with Make Command

Jerry Van Baren gerald.vanbaren at ge.com
Tue Jul 22 21:11:03 CEST 2008


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




More information about the U-Boot mailing list