Re: [U-Boot] [PATCH] matrix vision: fix MVBLM7, MVSMR build error

2011-12-05 Thread Wolfgang Denk
Dear Kim Phillips, In message <2004164356.5ab650e3a7af28de76f55...@freescale.com> you wrote: > when a mkimage binary isn't present in the default system PATH, we > get this error: > > $ ./MAKEALL MVBLM7 > Configuring for MVBLM7 board... > make[1]: mkimage: Command not found > make[1]: *** [li

Re: [U-Boot] [PATCH] matrix vision: fix MVBLM7, MVSMR build error

2011-11-07 Thread Kim Phillips
On Sat, 5 Nov 2011 01:19:02 +0100 Wolfgang Denk wrote: > Dear Kim Phillips, > > In message <2004164356.5ab650e3a7af28de76f55...@freescale.com> you wrote: > > when a mkimage binary isn't present in the default system PATH, we > > get this error: > > Yes - so what? it's an unforced error and

Re: [U-Boot] [PATCH] matrix vision: fix MVBLM7, MVSMR build error

2011-11-05 Thread Schwarz,Andre
Kim Phillips hat am 4. November 2011 um 22:43 geschrieben: > when a mkimage binary isn't present in the default system PATH, we > get this error: > > $ ./MAKEALL MVBLM7 > Configuring for MVBLM7 board... > make[1]: mkimage: Command not found > make[1]: *** [libmvblm7.o] Error 127 > make: *** [b

Re: [U-Boot] [PATCH] matrix vision: fix MVBLM7, MVSMR build error

2011-11-04 Thread Wolfgang Denk
Dear Kim Phillips, In message <2004164356.5ab650e3a7af28de76f55...@freescale.com> you wrote: > when a mkimage binary isn't present in the default system PATH, we > get this error: Yes - so what? When the cross compiler is not in your path, you will get errors, and so you will when make is mi

[U-Boot] [PATCH] matrix vision: fix MVBLM7, MVSMR build error

2011-11-04 Thread Kim Phillips
when a mkimage binary isn't present in the default system PATH, we get this error: $ ./MAKEALL MVBLM7 Configuring for MVBLM7 board... make[1]: mkimage: Command not found make[1]: *** [libmvblm7.o] Error 127 make: *** [board/matrix_vision/mvblm7/libmvblm7.o] Error 2 powerpc-linux-gnu-size: './u-boo