* realtime-preempt-2.6.13-rc4-RT-V0.7.52-07
@ 2005-07-31 22:18 Shayne O'Connor
2005-07-31 22:51 ` realtime-preempt-2.6.13-rc4-RT-V0.7.52-07 Daniel Walker
0 siblings, 1 reply; 3+ messages in thread
From: Shayne O'Connor @ 2005-07-31 22:18 UTC (permalink / raw)
To: linux-kernel
trying to compile 2.6.13.rc4 with ingo's RT patch
(realtime-preempt-2.6.13-rc4-RT-V0.7.52-07) but keep getting this error
near the end of compilation:
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
net/built-in.o(.text+0x2220c): In function `rt_check_expire':
: undefined reference to `__bad_spinlock_type'
net/built-in.o(.text+0x2222e): In function `rt_check_expire':
: undefined reference to `__bad_spinlock_type'
net/built-in.o(.text+0x22321): In function `rt_run_flush':
: undefined reference to `__bad_spinlock_type'
net/built-in.o(.text+0x22339): In function `rt_run_flush':
: undefined reference to `__bad_spinlock_type'
net/built-in.o(.text+0x22593): In function `rt_garbage_collect':
: undefined reference to `__bad_spinlock_type'
net/built-in.o(.text+0x225c1): more undefined references to
`__bad_spinlock_type' follow
make: *** [.tmp_vmlinux1] Error 1
[mrmachine@localhost linux-2.6.12]$
i am trying to compile it with PREEMPT_DESKTOP ....
(please CC me on any replies!)
shayne
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: realtime-preempt-2.6.13-rc4-RT-V0.7.52-07
2005-07-31 22:18 realtime-preempt-2.6.13-rc4-RT-V0.7.52-07 Shayne O'Connor
@ 2005-07-31 22:51 ` Daniel Walker
2005-08-01 0:51 ` realtime-preempt-2.6.13-rc4-RT-V0.7.52-07 Shayne O'Connor
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Walker @ 2005-07-31 22:51 UTC (permalink / raw)
To: Shayne O'Connor; +Cc: linux-kernel
You can resolve it if you enable SMP .
Daniel
On Mon, 2005-08-01 at 08:18 +1000, Shayne O'Connor wrote:
> trying to compile 2.6.13.rc4 with ingo's RT patch
> (realtime-preempt-2.6.13-rc4-RT-V0.7.52-07) but keep getting this error
> near the end of compilation:
>
> GEN .version
> CHK include/linux/compile.h
> UPD include/linux/compile.h
> CC init/version.o
> LD init/built-in.o
> LD .tmp_vmlinux1
> net/built-in.o(.text+0x2220c): In function `rt_check_expire':
> : undefined reference to `__bad_spinlock_type'
> net/built-in.o(.text+0x2222e): In function `rt_check_expire':
> : undefined reference to `__bad_spinlock_type'
> net/built-in.o(.text+0x22321): In function `rt_run_flush':
> : undefined reference to `__bad_spinlock_type'
> net/built-in.o(.text+0x22339): In function `rt_run_flush':
> : undefined reference to `__bad_spinlock_type'
> net/built-in.o(.text+0x22593): In function `rt_garbage_collect':
> : undefined reference to `__bad_spinlock_type'
> net/built-in.o(.text+0x225c1): more undefined references to
> `__bad_spinlock_type' follow
> make: *** [.tmp_vmlinux1] Error 1
> [mrmachine@localhost linux-2.6.12]$
>
>
> i am trying to compile it with PREEMPT_DESKTOP ....
>
>
> (please CC me on any replies!)
>
>
> shayne
> -
> 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/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: realtime-preempt-2.6.13-rc4-RT-V0.7.52-07
2005-07-31 22:51 ` realtime-preempt-2.6.13-rc4-RT-V0.7.52-07 Daniel Walker
@ 2005-08-01 0:51 ` Shayne O'Connor
0 siblings, 0 replies; 3+ messages in thread
From: Shayne O'Connor @ 2005-08-01 0:51 UTC (permalink / raw)
To: Daniel Walker; +Cc: linux-kernel
Daniel Walker wrote:
> You can resolve it if you enable SMP .
>
> Daniel
>
thanx - that's done it.
shayne
> On Mon, 2005-08-01 at 08:18 +1000, Shayne O'Connor wrote:
>
>>trying to compile 2.6.13.rc4 with ingo's RT patch
>>(realtime-preempt-2.6.13-rc4-RT-V0.7.52-07) but keep getting this error
>>near the end of compilation:
>>
>> GEN .version
>> CHK include/linux/compile.h
>> UPD include/linux/compile.h
>> CC init/version.o
>> LD init/built-in.o
>> LD .tmp_vmlinux1
>>net/built-in.o(.text+0x2220c): In function `rt_check_expire':
>>: undefined reference to `__bad_spinlock_type'
>>net/built-in.o(.text+0x2222e): In function `rt_check_expire':
>>: undefined reference to `__bad_spinlock_type'
>>net/built-in.o(.text+0x22321): In function `rt_run_flush':
>>: undefined reference to `__bad_spinlock_type'
>>net/built-in.o(.text+0x22339): In function `rt_run_flush':
>>: undefined reference to `__bad_spinlock_type'
>>net/built-in.o(.text+0x22593): In function `rt_garbage_collect':
>>: undefined reference to `__bad_spinlock_type'
>>net/built-in.o(.text+0x225c1): more undefined references to
>>`__bad_spinlock_type' follow
>>make: *** [.tmp_vmlinux1] Error 1
>>[mrmachine@localhost linux-2.6.12]$
>>
>>
>>i am trying to compile it with PREEMPT_DESKTOP ....
>>
>>
>>(please CC me on any replies!)
>>
>>
>>shayne
>>-
>>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/
>
>
>
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-08-01 0:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-31 22:18 realtime-preempt-2.6.13-rc4-RT-V0.7.52-07 Shayne O'Connor
2005-07-31 22:51 ` realtime-preempt-2.6.13-rc4-RT-V0.7.52-07 Daniel Walker
2005-08-01 0:51 ` realtime-preempt-2.6.13-rc4-RT-V0.7.52-07 Shayne O'Connor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox