Re: yacc dependency of aic7xxx driver

From: Justin T. Gibbs (gibbs@scsiguy.com)
Date: Wed Mar 07 2001 - 09:06:51 EST


>hello justin !
>
>i have just tried to install the latest 2.4.3pre3 kernel with your
>driver.
>it failed with yacc: file not found.
>while i could install yacc, i have never had to use it before. i was
>assuming that the newer bison could do the same thing (which is what
>i have installed).
>so far, the kernel has not relied on yacc, which is why i'd like to
>ask you if it's possible to make it work with bison.

The assembler makefile doesn't reference yacc, but instead relies
on gmake's built in rules to figure out how to generate a .c from
a .y. I'm somewhat surprised that bison doesn't create a link to
yacc or that gmake doesn't try to look for bison.

Oh well. We'll just have to be more careful in how future patches
are generated so that the dependency between the generated firmware
files and the firmware source only triggers if you are actually
performing firmware development. Trying to build this simple
assmebler on everyone's systems is turning out to be just too
hard.

--
Justin
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Mar 07 2001 - 21:00:22 EST