[U-Boot-Users] MAKEALL fails

When I run MAKEALL, I get this:
Configuring for cmi_mpc5xx board... tee: LOG/cmi_mpc5xx.ERR: No such file or directory ./MAKEALL: line 318: LOG/cmi_mpc5xx.MAKELOG: No such file or directory tee: LOG/cmi_mpc5xx.MAKELOG: No such file or directory /_TOOLS_/dist/gnu-gcc-3.4.3-binutils-2.15-powerpc-unknown-linux-gnu/i686-pc-linux2.4/bin/powerpc-unknown-linux-gnu-size: './u-boot': No such file
This repeats for every board configuration. Am I missing something?

On Fri, 2006-09-08 at 14:44 -0500, Timur Tabi wrote:
When I run MAKEALL, I get this:
Configuring for cmi_mpc5xx board... tee: LOG/cmi_mpc5xx.ERR: No such file or directory ./MAKEALL: line 318: LOG/cmi_mpc5xx.MAKELOG: No such file or directory tee: LOG/cmi_mpc5xx.MAKELOG: No such file or directory /_TOOLS_/dist/gnu-gcc-3.4.3-binutils-2.15-powerpc-unknown-linux-gnu/i686-pc-linux2.4/bin/powerpc-unknown-linux-gnu-size: './u-boot': No such file
This repeats for every board configuration. Am I missing something?
I noticed this too but didn't say anything :(
The quick fix is 'mkdir -p LOG'. I guess that should be added to the script, but whoever just changed MAKEALL might have a better idea.
Ben

In message 1157745068.13685.323.camel@saruman.qstreams.net you wrote:
When I run MAKEALL, I get this:
Configuring for cmi_mpc5xx board... tee: LOG/cmi_mpc5xx.ERR: No such file or directory
...
I noticed this too but didn't say anything :(
Me too.
The quick fix is 'mkdir -p LOG'. I guess that should be added to the script, but whoever just changed MAKEALL might have a better idea.
I have a fix in my queue. Will be applied asap.
Best regards,
Wolfgang Denk
participants (3)
-
Ben Warren
-
Timur Tabi
-
Wolfgang Denk