Hi,
I am writing an interrupt-driven UART device driver for the TS-7200.
But as soon as I include the header file "interrupt.h" it upsets the
compiler and I get lots of syntax and parse errors. I need this file
for the definition of the request_interrupt() function.
I am using the precompiled arm-linux g++ and gcc crosscompiler on a
Debian desktop computer. This worked fine with other header files so far.
I have also tried including interrupt.h from different directories
through the -I compiler parameter. E.g. /usr/include from the Debian
file system (debian256-5-6-2005), that I use as NFS-root on the
TS-7200, or the .../include and .../sys-include directories that come
with the crosscompiler.
Am I missing anything?
An example UART driver for the TS-7200, if anyone would want to share
it, would also be very helpfull indeed.
Thanks,
Wil
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|