download kernel versi baru aja mas
--- In [email protected], regar ucok <[EMAIL PROTECTED]> wrote:
> sebelumnya terimakasih kpd adre kusuma yang telah
> memberi solusi pada error pertama.
> error yang kedua juga hampir sama masalah uncomplete
> struktur program. lap. errornya:
> ==========================
> In file included from drivers/char/riscom8.c:51:
> drivers/char/riscom8.h:89: field `tqueue' has
> incomplete type
> drivers/char/riscom8.h:90: field `tqueue_hangup' has
> incomplete type
> drivers/char/riscom8.c:84: warning: type defaults to
> `int' in declaration of `DECLARE_TASK_QUEUE'
> drivers/char/riscom8.c:84: warning: parameter names
> (without types) in function
> declaration
> drivers/char/riscom8.c:142: confused by earlier
> errors, bailing out
> make[2]: *** [drivers/char/riscom8.o] Error 1
> make[1]: *** [drivers/char] Error 2
> make: *** [drivers] Error 2
> ==========================
>
> 1. programnya adalah: drivers/char/riscom8.h
> --------------------------
> long session;
> long pgrp;
> unsigned char * xmit_buf;
> int custom_divisor;
> int xmit_head;
> int xmit_tail;
> int xmit_cnt;
> struct termios normal_termios;
> struct termios callout_termios;
> wait_queue_head_t open_wait;
> wait_queue_head_t close_wait;
> struct tq_struct tqueue; ==>89
> struct tq_struct tqueue_hangup;
> short wakeup_chars;
> short break_length;
> unsigned short closing_wait;
> unsigned char mark_mask;
> unsigned char IER;
> --------------------------
>
> 1. programnya adalah: drivers/char/riscom8.c
> --------------------------
> static DECLARE_TASK_QUEUE(tq_riscom); ==>142
> --------------------------
>
> yang harus kulakukan apa ya?
>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Indo-Linux/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/