HI
        U'r make file have to be more or less in the following manner


rtc.o: rtc.c shm.h
        $(CC) ${INCLUDE} ${CFLAGS} -DSHM_DEMO  -c rtc.c

userapp: userapp.c shm.h
        $(CC) ${INCLUDE} ${MYCFLAGS}  -o userapp userapp.c


chandu


-----Original Message-----
From: Sreeramkr [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 16, 2001 8:50 AM
To: [EMAIL PROTECTED]
Cc: Chandu Reddy K
Subject: RE: [rtl] regd mbuff


Hi,
  Can you please tell me what the option is

-----Original Message-----
From: Chandu Reddy K [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 15, 2001 3:04 PM
To: [EMAIL PROTECTED]
Subject: RE: [rtl] regd mbuff



        Hello
                Make sure that uu have included the  C flag option for
Mubuff usage in
                in u'r make file..

 chandu

-----Original Message-----
From: Sreeramkr [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 14, 2001 2:01 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: [rtl] regd mbuff


Hi,
 Am again here to pester you ppl with my question.

The same question which I asked earlier. 

I am using the rtl module with shared memory which hooks kbd intr and
reads the kbd_read_reg, I have an mbuff, into which i put what ever I
have read. now the non rtl kbd driver, will have to use the same mbuff
to read the contents. But, when I use mbuff_alloc, and do a make bzImage
it cribs saying, undefined reference shm_allocate and shm_deallocate. I
cant include mbuff.o in the makefile of char drivers as it is dependent
on many other modules. Can I know how to go about this please.

Thanks and Regards
Sreeram 

-- [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/

-- [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/

-- [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/

-- [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/

Reply via email to