Hi,
I hit the same issue couple days back with RHEL.
All that was needed for 2.6.14 is:
--- Makefile 2005-10-27 20:02:08.000000000 -0400
+++ Makefile.orig 2012-03-08 09:36:27.506290505 -0500
@@ -447,7 +447,11 @@
include $(srctree)/arch/$(ARCH)/Makefile
export KBUILD_DEFCONFIG
-config %config: scripts_basic outputmakefile FORCE
+config: scripts_basic outputmakefile FORCE
+ $(Q)mkdir -p include/linux
+ $(Q)$(MAKE) $(build)=scripts/kconfig $@
+
+%config: scripts_basic outputmakefile FORCE
$(Q)mkdir -p include/linux
$(Q)$(MAKE) $(build)=scripts/kconfig $@
2.6.18 and 2.6.20 have similar issues, but with patches similar to one above
I could build it on x86_64, ppc64 and s390x.
Regards,
Jan
----- Original Message -----
> From: "Miroslav Rezanina" <[email protected]>
> To: [email protected]
> Sent: Monday, March 12, 2012 1:13:56 PM
> Subject: [Autotest] Kernel version for kernbench - F16 make problem
>
> Hi,
> default kernel version of kernbench (2.6.14) is not build-able in
> F16. Problem is more strict version of make that
> fails with error "mixed implicit and normal rules". I tried newest
> kernel but this has different location schema
> that is not compatible with current version. Without any major
> changes, update to 2.6.38 allow running kernbench
> again - this version was mentioned as first one working when googling
> for problem.
>
> My question is, what version set as new default. Would it be 2.6.38
> that require no other change? Or would be
> kernbench updated to support 3.x?
>
> Mirek
>
> --
> Miroslav Rezanina
> Software Engineer - Virtualization Team - XEN kernel
> _______________________________________________
> Autotest mailing list
> [email protected]
> http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
>
_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest