Hello there,

I am just about gluing an application which uses serial communications
and signals with an raped "frank_module". The application needs to
include:

#include <stdio.h>
#include <sys/ioctl.h>
#include <sys/time.h>   //!
#include <sys/types.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
#include <sys/io.h>
#include <signal.h>      //!
#include <termios.h>   /* POSIX terminal control definitions */
#include <string.h>

but the Makefile for frank (as an generic Makefile I hope) includes
rtl.mk and the stuff hacked in there leads to tons of errors
(redefinitions and parse errors).

What is the propper way out of that?

-- thanks for all

--jens

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