[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: [rtl] rt_com 2
Palazon Gonzalez Vicente wrote:
>
> Hi
>
> I use RTL1.1.
>
> Compiling rt_com.c (Serial Port Driver):
>
> $>gcc -I /usr/src/linux/include/linux -O2 -Wall -D__KERNEL__ -D__RT__ -c rt_com.c
>
Try this
$>gcc -I /usr/src/linux/include/linux -O2 -Wall -D__KERNEL__ -D__RT__
-DMODULE -c rt_com.c
I have not tested it but this is the most obvious error
Regards
Phil Wilshire
--- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail majordomo@rtlinux.cs.nmt.edu OR
echo "unsubscribe rtl <Your_email>" | mail majordomo@rtlinux.cs.nmt.edu
----
For more information on Real-Time Linux see:
http://www.rtlinux.org/~rtlinux/
- References:
- [rtl] rt_com 2
- From: Palazon Gonzalez Vicente <al004136@alumail.uji.es>