From: Naveed Cochinwala on
When I try to compile the latest stable kernel (2.6.32.8), here is the error I get
~/linux-2.6.32.8/include/trace/events/kmem.h:47: undefined reference to `.L1485'

Some info on my existing environment/machine:
The kernel that I have installed on my machine is: 2.6.9-42.EL
x86 machine.
gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-3)


Please email responses to my private email: naveed_coch(a)yahoo.com.

Naveed Cochinwala



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Steven Rostedt on
On Mon, 2010-02-15 at 19:35 -0800, Naveed Cochinwala wrote:
> When I try to compile the latest stable kernel (2.6.32.8), here is the error I get
> ~/linux-2.6.32.8/include/trace/events/kmem.h:47: undefined reference to `.L1485'

Could you email me your .config file that caused this error.

>
> Some info on my existing environment/machine:
> The kernel that I have installed on my machine is: 2.6.9-42.EL
> x86 machine.
> gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-3)

That's an old compiler, I'll try it first with a more recent one, then
if it doesn't error, I try it with that one.

-- Steve


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