On Mon, May 08, 2006 at 03:23:43PM -0500, Larry Finger wrote:After updating to 2.6.17-rc3-git15 (6810b548b25114607e0814612d84125abccc0a4f) and using gcc V4.0.2, I get the following compile error:The above is the merge of the kbuild changes.
HOSTCC scripts/mod/modpost.o
scripts/mod/modpost.c: In function ?check_sec_ref?:
scripts/mod/modpost.c:716: error: cast to union type from type not present in union
Using git bisect, I find that bed7a560333d40269a886c4421d4c8f964a32177 is first bad commit.
The real offender is: c8d8b837ebe4b4f11e1b0c4a2bdc358c697692ed
Reverting this will fix it.