Re: [Ppcboot-users] ppcboot Questions
Wolfgang Denk <wd <at> denx.de>
2001-01-02 09:00:53 GMT
Dear Micael,
in message <20010102044346.28317.qmail <at> web11707.mail.yahoo.com> you wrote:
>
> When I used Redhat 6.0 and 6.1 Linux to make
> ppcboot.0.4.4-pre1,I got the following error mesages:
> Makefile:24:***unterminated call to function
> 'shell' : missing '('. stop.
The Makefile in that old version of PPCBoot used a shell construct
which was only available in bash version 2.x, while RH 6.0 and 6.1
use an older version of bash. The Makefile has been fixed since, and
works in RH-6.0 and 6.1, too.
> But when I use Redhat 6.2 Linux to make
> ppcboot.0.4.4-pre1,the message is something like the
> following:
>
> Make[1]:Entering directory '/ppcboot/ppc'
> Make[1]:'.depend' is up to date.
> ...
> Make[1]:Entering directory '/ppcboot/tools'
> Make[1]:***No rule to make target 'crc32.c'needed by
> '.depend'.*** stop.
> Make[1]:Leaving directory '/ppcboot/tools'
It seems you are missing the symbolic link "crc32.c" in the "tools"
directory, which points to the C source fine in the "ppc" directory:
-> ls -l tools/crc32.c
(Continue reading)