Mailing List Archive

RT IRQ Problem
Hi All,

Sorry to ask this question here, just can't resolve it
:) since it's recommended feature in PFRING works, i
would like to seek help here.

Please feel free to point me to the correct mailling
list for the issue regarding to the rtirq.

Anyone able to compile the rtirq into the 2.4.x
kernel? i am getting these messages all the time :(

scripts/split-include include/linux/autoconf.h
include/config
gcc -D__KERNEL__
-I/home/skgan/Kernel/linux-2.4.26/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2
-fno-strict-aliasing -fno-common -fomit-frame-pointer
-pipe -mpreferred-stack-boundary=2 -march=i386
-DKBUILD_BASENAME=main -c -o init/main.o init/main.c
In file included from
/home/skgan/Kernel/linux-2.4.26/include/linux/reiserfs_fs_sb.h:8,
from
/home/skgan/Kernel/linux-2.4.26/include/linux/fs.h:729,
from
/home/skgan/Kernel/linux-2.4.26/include/linux/capability.h:17,
from
/home/skgan/Kernel/linux-2.4.26/include/linux/binfmts.h:5,
from
/home/skgan/Kernel/linux-2.4.26/include/linux/sched.h:9,
from
/home/skgan/Kernel/linux-2.4.26/include/linux/mm.h:4,
from
/home/skgan/Kernel/linux-2.4.26/include/linux/slab.h:14,
from
/home/skgan/Kernel/linux-2.4.26/include/linux/proc_fs.h:5,
from init/main.c:15:
/home/skgan/Kernel/linux-2.4.26/include/linux/tqueue.h:
In function `queue_task':
/home/skgan/Kernel/linux-2.4.26/include/linux/tqueue.h:105:
structure has no member named `level'
In file included from
/home/skgan/Kernel/linux-2.4.26/include/linux/mm.h:4,
from
/home/skgan/Kernel/linux-2.4.26/include/linux/slab.h:14,
from
/home/skgan/Kernel/linux-2.4.26/include/linux/proc_fs.h:5,
from init/main.c:15:
/home/skgan/Kernel/linux-2.4.26/include/linux/sched.h:
In function `unhash_process':
/home/skgan/Kernel/linux-2.4.26/include/linux/sched.h:915:
structure has no member named `level'
/home/skgan/Kernel/linux-2.4.26/include/linux/sched.h:920:
structure has no member named `level'
In file included from
/home/skgan/Kernel/linux-2.4.26/include/linux/bootmem.h:8,
from init/main.c:28:
/home/skgan/Kernel/linux-2.4.26/include/asm/dma.h: In
function `claim_dma_lock':
/home/skgan/Kernel/linux-2.4.26/include/asm/dma.h:143:
structure has no member named `level'
make: *** [init/main.o] Error 1

Thanks in advance. Your help is much appreciated.

SK




__________________________________
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs
http://hotjobs.sweepstakes.yahoo.com/careermakeover
Re: RT IRQ Problem [ In reply to ]
SK,
you can contact the RTIRQ author (Bernhard Kuhn <bkuhn@metrowerks.com>)
about this matter.

However all I can tell you is that I've not been able to compile a
RTIRQ-enabled kernel for a SMP athlon machine. What;s your platform?

Cheers, Luca


SK Gan wrote:

>Hi All,
>
>Sorry to ask this question here, just can't resolve it
>:) since it's recommended feature in PFRING works, i
>would like to seek help here.
>
>Please feel free to point me to the correct mailling
>list for the issue regarding to the rtirq.
>
>Anyone able to compile the rtirq into the 2.4.x
>kernel? i am getting these messages all the time :(
>
>scripts/split-include include/linux/autoconf.h
>include/config
>gcc -D__KERNEL__
>-I/home/skgan/Kernel/linux-2.4.26/include -Wall
>-Wstrict-prototypes -Wno-trigraphs -O2
>-fno-strict-aliasing -fno-common -fomit-frame-pointer
>-pipe -mpreferred-stack-boundary=2 -march=i386
>-DKBUILD_BASENAME=main -c -o init/main.o init/main.c
>In file included from
>/home/skgan/Kernel/linux-2.4.26/include/linux/reiserfs_fs_sb.h:8,
> from
>/home/skgan/Kernel/linux-2.4.26/include/linux/fs.h:729,
> from
>/home/skgan/Kernel/linux-2.4.26/include/linux/capability.h:17,
> from
>/home/skgan/Kernel/linux-2.4.26/include/linux/binfmts.h:5,
> from
>/home/skgan/Kernel/linux-2.4.26/include/linux/sched.h:9,
> from
>/home/skgan/Kernel/linux-2.4.26/include/linux/mm.h:4,
> from
>/home/skgan/Kernel/linux-2.4.26/include/linux/slab.h:14,
> from
>/home/skgan/Kernel/linux-2.4.26/include/linux/proc_fs.h:5,
> from init/main.c:15:
>/home/skgan/Kernel/linux-2.4.26/include/linux/tqueue.h:
>In function `queue_task':
>/home/skgan/Kernel/linux-2.4.26/include/linux/tqueue.h:105:
>structure has no member named `level'
>In file included from
>/home/skgan/Kernel/linux-2.4.26/include/linux/mm.h:4,
> from
>/home/skgan/Kernel/linux-2.4.26/include/linux/slab.h:14,
> from
>/home/skgan/Kernel/linux-2.4.26/include/linux/proc_fs.h:5,
> from init/main.c:15:
>/home/skgan/Kernel/linux-2.4.26/include/linux/sched.h:
>In function `unhash_process':
>/home/skgan/Kernel/linux-2.4.26/include/linux/sched.h:915:
>structure has no member named `level'
>/home/skgan/Kernel/linux-2.4.26/include/linux/sched.h:920:
>structure has no member named `level'
>In file included from
>/home/skgan/Kernel/linux-2.4.26/include/linux/bootmem.h:8,
> from init/main.c:28:
>/home/skgan/Kernel/linux-2.4.26/include/asm/dma.h: In
>function `claim_dma_lock':
>/home/skgan/Kernel/linux-2.4.26/include/asm/dma.h:143:
>structure has no member named `level'
>make: *** [init/main.o] Error 1
>
>Thanks in advance. Your help is much appreciated.
>
>SK
>
>
>
>
>__________________________________
>Do you Yahoo!?
>Win a $20,000 Career Makeover at Yahoo! HotJobs
>http://hotjobs.sweepstakes.yahoo.com/careermakeover
>_______________________________________________
>Ntop-misc mailing list
>Ntop-misc@listgateway.unipi.it
>http://listgateway.unipi.it/mailman/listinfo/ntop-misc
>
>


--
Luca Deri <deri@ntop.org> http://luca.ntop.org/
Hacker: someone who loves to program and enjoys being
clever about it - Richard Stallman
Re: RT IRQ Problem [ In reply to ]
Hi Luca,

I am compiling for SMP machine as well but it's for
Intel Xeon. Am I mistakenly assumed that the RTIRQ is
compilable for SMP??

Anyway, thanks for your valueble information!

SK

--- Luca Deri <deri@ntop.org> wrote:
> SK,
> you can contact the RTIRQ author (Bernhard Kuhn
> <bkuhn@metrowerks.com>)
> about this matter.
>
> However all I can tell you is that I've not been
> able to compile a
> RTIRQ-enabled kernel for a SMP athlon machine.
> What;s your platform?
>
> Cheers, Luca
>
>
> SK Gan wrote:
>
> >Hi All,
> >
> >Sorry to ask this question here, just can't resolve
> it
> >:) since it's recommended feature in PFRING works,
> i
> >would like to seek help here.
> >
> >Please feel free to point me to the correct
> mailling
> >list for the issue regarding to the rtirq.
> >
> >Anyone able to compile the rtirq into the 2.4.x
> >kernel? i am getting these messages all the time :(
> >
> >scripts/split-include include/linux/autoconf.h
> >include/config
> >gcc -D__KERNEL__
> >-I/home/skgan/Kernel/linux-2.4.26/include -Wall
> >-Wstrict-prototypes -Wno-trigraphs -O2
> >-fno-strict-aliasing -fno-common
> -fomit-frame-pointer
> >-pipe -mpreferred-stack-boundary=2 -march=i386
> >-DKBUILD_BASENAME=main -c -o init/main.o
> init/main.c
> >In file included from
>
>/home/skgan/Kernel/linux-2.4.26/include/linux/reiserfs_fs_sb.h:8,
> > from
>
>/home/skgan/Kernel/linux-2.4.26/include/linux/fs.h:729,
> > from
>
>/home/skgan/Kernel/linux-2.4.26/include/linux/capability.h:17,
> > from
>
>/home/skgan/Kernel/linux-2.4.26/include/linux/binfmts.h:5,
> > from
>
>/home/skgan/Kernel/linux-2.4.26/include/linux/sched.h:9,
> > from
>
>/home/skgan/Kernel/linux-2.4.26/include/linux/mm.h:4,
> > from
>
>/home/skgan/Kernel/linux-2.4.26/include/linux/slab.h:14,
> > from
>
>/home/skgan/Kernel/linux-2.4.26/include/linux/proc_fs.h:5,
> > from init/main.c:15:
>
>/home/skgan/Kernel/linux-2.4.26/include/linux/tqueue.h:
> >In function `queue_task':
>
>/home/skgan/Kernel/linux-2.4.26/include/linux/tqueue.h:105:
> >structure has no member named `level'
> >In file included from
>
>/home/skgan/Kernel/linux-2.4.26/include/linux/mm.h:4,
> > from
>
>/home/skgan/Kernel/linux-2.4.26/include/linux/slab.h:14,
> > from
>
>/home/skgan/Kernel/linux-2.4.26/include/linux/proc_fs.h:5,
> > from init/main.c:15:
>
>/home/skgan/Kernel/linux-2.4.26/include/linux/sched.h:
> >In function `unhash_process':
>
>/home/skgan/Kernel/linux-2.4.26/include/linux/sched.h:915:
> >structure has no member named `level'
>
>/home/skgan/Kernel/linux-2.4.26/include/linux/sched.h:920:
> >structure has no member named `level'
> >In file included from
>
>/home/skgan/Kernel/linux-2.4.26/include/linux/bootmem.h:8,
> > from init/main.c:28:
> >/home/skgan/Kernel/linux-2.4.26/include/asm/dma.h:
> In
> >function `claim_dma_lock':
>
>/home/skgan/Kernel/linux-2.4.26/include/asm/dma.h:143:
> >structure has no member named `level'
> >make: *** [init/main.o] Error 1
> >
> >Thanks in advance. Your help is much appreciated.
> >
> >SK
> >
> >
> >
> >
> >__________________________________
> >Do you Yahoo!?
> >Win a $20,000 Career Makeover at Yahoo! HotJobs
> >http://hotjobs.sweepstakes.yahoo.com/careermakeover
>
> >_______________________________________________
> >Ntop-misc mailing list
> >Ntop-misc@listgateway.unipi.it
>
>http://listgateway.unipi.it/mailman/listinfo/ntop-misc
> >
> >
>
>
> --
> Luca Deri <deri@ntop.org> http://luca.ntop.org/
> Hacker: someone who loves to program and enjoys
> being
> clever about it - Richard Stallman
>
> _______________________________________________
> Ntop-misc mailing list
> Ntop-misc@listgateway.unipi.it
>
http://listgateway.unipi.it/mailman/listinfo/ntop-misc





__________________________________
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs
http://hotjobs.sweepstakes.yahoo.com/careermakeover
Re: RT IRQ Problem [ In reply to ]
SK,

SK Gan wrote:

>Hi Luca,
>
>I am compiling for SMP machine as well but it's for
>Intel Xeon. Am I mistakenly assumed that the RTIRQ is
>compilable for SMP??
>
>
If you read
http://home.t-online.de/home/Bernhard_Kuhn/rtirq/20040304/rtirq.html it
seems that RTIRQ does not work with SMP. However there are many other
alternativies such as http://www.rtai.org <http://www.rtai.org/>

Cheers, Luca

>Anyway, thanks for your valueble information!
>
>SK
>
>--- Luca Deri <deri@ntop.org> wrote:
>
>
>>SK,
>>you can contact the RTIRQ author (Bernhard Kuhn
>><bkuhn@metrowerks.com>)
>>about this matter.
>>
>>However all I can tell you is that I've not been
>>able to compile a
>>RTIRQ-enabled kernel for a SMP athlon machine.
>>What;s your platform?
>>
>>Cheers, Luca
>>
>>
>>SK Gan wrote:
>>
>>
>>
>>>Hi All,
>>>
>>>Sorry to ask this question here, just can't resolve
>>>
>>>
>>it
>>
>>
>>>:) since it's recommended feature in PFRING works,
>>>
>>>
>>i
>>
>>
>>>would like to seek help here.
>>>
>>>Please feel free to point me to the correct
>>>
>>>
>>mailling
>>
>>
>>>list for the issue regarding to the rtirq.
>>>
>>>Anyone able to compile the rtirq into the 2.4.x
>>>kernel? i am getting these messages all the time :(
>>>
>>>scripts/split-include include/linux/autoconf.h
>>>include/config
>>>gcc -D__KERNEL__
>>>-I/home/skgan/Kernel/linux-2.4.26/include -Wall
>>>-Wstrict-prototypes -Wno-trigraphs -O2
>>>-fno-strict-aliasing -fno-common
>>>
>>>
>>-fomit-frame-pointer
>>
>>
>>>-pipe -mpreferred-stack-boundary=2 -march=i386
>>>-DKBUILD_BASENAME=main -c -o init/main.o
>>>
>>>
>>init/main.c
>>
>>
>>>In file included from
>>>
>>>
>>/home/skgan/Kernel/linux-2.4.26/include/linux/reiserfs_fs_sb.h:8,
>>
>>
>>> from
>>>
>>>
>>/home/skgan/Kernel/linux-2.4.26/include/linux/fs.h:729,
>>
>>
>>> from
>>>
>>>
>>/home/skgan/Kernel/linux-2.4.26/include/linux/capability.h:17,
>>
>>
>>> from
>>>
>>>
>>/home/skgan/Kernel/linux-2.4.26/include/linux/binfmts.h:5,
>>
>>
>>> from
>>>
>>>
>>/home/skgan/Kernel/linux-2.4.26/include/linux/sched.h:9,
>>
>>
>>> from
>>>
>>>
>>/home/skgan/Kernel/linux-2.4.26/include/linux/mm.h:4,
>>
>>
>>> from
>>>
>>>
>>/home/skgan/Kernel/linux-2.4.26/include/linux/slab.h:14,
>>
>>
>>> from
>>>
>>>
>>/home/skgan/Kernel/linux-2.4.26/include/linux/proc_fs.h:5,
>>
>>
>>> from init/main.c:15:
>>>
>>>
>>/home/skgan/Kernel/linux-2.4.26/include/linux/tqueue.h:
>>
>>
>>>In function `queue_task':
>>>
>>>
>>/home/skgan/Kernel/linux-2.4.26/include/linux/tqueue.h:105:
>>
>>
>>>structure has no member named `level'
>>>In file included from
>>>
>>>
>>/home/skgan/Kernel/linux-2.4.26/include/linux/mm.h:4,
>>
>>
>>> from
>>>
>>>
>>/home/skgan/Kernel/linux-2.4.26/include/linux/slab.h:14,
>>
>>
>>> from
>>>
>>>
>>/home/skgan/Kernel/linux-2.4.26/include/linux/proc_fs.h:5,
>>
>>
>>> from init/main.c:15:
>>>
>>>
>>/home/skgan/Kernel/linux-2.4.26/include/linux/sched.h:
>>
>>
>>>In function `unhash_process':
>>>
>>>
>>/home/skgan/Kernel/linux-2.4.26/include/linux/sched.h:915:
>>
>>
>>>structure has no member named `level'
>>>
>>>
>>/home/skgan/Kernel/linux-2.4.26/include/linux/sched.h:920:
>>
>>
>>>structure has no member named `level'
>>>In file included from
>>>
>>>
>>/home/skgan/Kernel/linux-2.4.26/include/linux/bootmem.h:8,
>>
>>
>>> from init/main.c:28:
>>>/home/skgan/Kernel/linux-2.4.26/include/asm/dma.h:
>>>
>>>
>>In
>>
>>
>>>function `claim_dma_lock':
>>>
>>>
>>/home/skgan/Kernel/linux-2.4.26/include/asm/dma.h:143:
>>
>>
>>>structure has no member named `level'
>>>make: *** [init/main.o] Error 1
>>>
>>>Thanks in advance. Your help is much appreciated.
>>>
>>>SK
>>>
>>>
>>>
>>>
>>>__________________________________
>>>Do you Yahoo!?
>>>Win a $20,000 Career Makeover at Yahoo! HotJobs
>>>http://hotjobs.sweepstakes.yahoo.com/careermakeover
>>>
>>>
>>>_______________________________________________
>>>Ntop-misc mailing list
>>>Ntop-misc@listgateway.unipi.it
>>>
>>>
>>http://listgateway.unipi.it/mailman/listinfo/ntop-misc
>>
>>
>>>
>>>
>>>
>>>
>>--
>>Luca Deri <deri@ntop.org> http://luca.ntop.org/
>>Hacker: someone who loves to program and enjoys
>>being
>>clever about it - Richard Stallman
>>
>>_______________________________________________
>>Ntop-misc mailing list
>>Ntop-misc@listgateway.unipi.it
>>
>>
>>
>http://listgateway.unipi.it/mailman/listinfo/ntop-misc
>
>
>
>
>
>__________________________________
>Do you Yahoo!?
>Win a $20,000 Career Makeover at Yahoo! HotJobs
>http://hotjobs.sweepstakes.yahoo.com/careermakeover
>_______________________________________________
>Ntop-misc mailing list
>Ntop-misc@listgateway.unipi.it
>http://listgateway.unipi.it/mailman/listinfo/ntop-misc
>
>


--
Luca Deri <deri@ntop.org> http://luca.ntop.org/
Hacker: someone who loves to program and enjoys being
clever about it - Richard Stallman