[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
adding driver to bsp
- Date: Fri, 12 Jun 2009 14:20:09 +0200
- From: funnyvoice at tlabs.ac.za (lee)
- Subject: adding driver to bsp
Hi.
Im trying to add a vmeUniverse driver to pc386 bsp. But im rather new to
rtems.
I've added the appropriate commands to the Makefile.am as instructed on
the wiki. But now im getting these type of errors:
/opt/rtems/c/src/lib/libbsp/i386/pc386/pci/pci.c:27:23: error:
libcpu/io.h: No such file or directory
/opt/rtems/c/src/lib/libbsp/i386/pc386/pci/pci.c:31:21: error:
bsp/pci.h: No such file or directory
/opt/rtems/c/src/lib/libbsp/i386/pc386/pci/pci.c:32:23: error:
bsp/gtreg.h: No such file or directory
/opt/rtems/c/src/lib/libbsp/i386/pc386/pci/pci.c:33:27: error:
bsp/gtpcireg.h: No such file or directory
I see that the "bsp dir" is set at configuration time? What is bsp dir?
Thanks for the help
Kind Regards
L