Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: medvedm on August 24, 2010, 10:18:01 AM

Title: rebuilding TC
Post by: medvedm on August 24, 2010, 10:18:01 AM
Hi -

I'm trying to rebuild TC from a plain vanilla kernel (2.6.33.3) with the TC patches applied.  When I do make modules, I get this error:

arch/x86/kvm/x86.c: In function ‘vcpu_enter_guest’:
arch/x86/kvm/x86.c:3937: error: ‘prof_on__imv’ undeclared (first use in this function)
arch/x86/kvm/x86.c:3937: error: (Each undeclared identifier is reported only once
arch/x86/kvm/x86.c:3937: error: for each function it appears in.)
arch/x86/kvm/x86.c:3937: warning: type defaults to ‘int’ in declaration of ‘value’
make[2]: *** [arch/x86/kvm/x86.o] Error 1
make[1]: *** [arch/x86/kvm] Error 2
make: *** [arch/x86] Error 2

Thoughts?

It should be noted that I also have applied the lttng patches as well.

M
Title: Re: rebuilding TC
Post by: medvedm on August 25, 2010, 07:52:58 AM
nevermind turned out to be a lttng thing.

M