Hi all,

When install beta3 and make zImage (or bzImage), it seems that something
wrong in irq.c ... Have anybody been successfully installed beta3?

Regards,
Paul.

>make zImage
......................
make -C  arch/i386/kernel
make[1]: Entering directory `/usr/src/beta3/linux/arch/i386/kernel'
gcc -D__KERNEL__ -I/usr/src/beta3/linux/include -Wall -Wstrict-prototypes
-O2 -f
omit-frame-pointer -D__SMP__ -D__RTL__ -pipe -fno-strength-reduce -m486
-malign-
loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586   -c -o irq.o irq.c
irq.c:486: macro `BUILD_SMP_INTERRUPT' used with just one arg
irq.c:487: macro `BUILD_SMP_INTERRUPT' used with just one arg
irq.c:488: macro `BUILD_SMP_INTERRUPT' used with just one arg
irq.c:489: macro `BUILD_SMP_INTERRUPT' used with just one arg
irq.c:490: macro `BUILD_SMP_INTERRUPT' used with just one arg
irq.c: In function `rtl_local_pend_vec':
irq.c:100: warning: implicit declaration of function `VECTOR_TO_LOCAL_PND'
irq.c: At top level:
irq.c:486: parse error before `void'
irq.c:487: parse error before `void'
irq.c:488: parse error before `void'
irq.c:489: parse error before `void'
irq.c:490: parse error before `void'
irq.c: In function `enable_irq':
irq.c:950: `cpu_id' undeclared (first use in this function)
irq.c:950: (Each undeclared identifier is reported only once
irq.c:950: `cpu_id' undeclared (first use in this function)
irq.c:950: (Each undeclared identifier is reported only once
irq.c:950: for each function it appears in.)
irq.c: In function `init_IRQ':
irq.c:1243: `reschedule_interrupt' undeclared (first use in this function)
irq.c:1246: `invalidate_interrupt' undeclared (first use in this function)
irq.c:1249: `stop_cpu_interrupt' undeclared (first use in this function)
irq.c:1255: `mtrr_interrupt' undeclared (first use in this function)
irq.c:1258: `spurious_interrupt' undeclared (first use in this function)
irq.c:1260: `RTL_RESCHEDULE_VECTOR' undeclared (first use in this function)
irq.c: In function `rtl_smp_intercept':
irq.c:1500: `RTL_RESCHEDULE_VECTOR' undeclared (first use in this function)
irq.c:1501: warning: unreachable code at beginning of switch statement
irq.c:1510: `CALL_FUNCTION_VECTOR' undeclared (first use in this function)
irq.c: In function `do_local_irq':
irq.c:1548: `CALL_FUNCTION_VECTOR' undeclared (first use in this function)
................................................
--- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
----
For more information on Real-Time Linux see:
http://www.rtlinux.org/~rtlinux/

Reply via email to