- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all,
I was working with this kit few weeks ago and got through Jungo Driver the PCIe driver working on Linux OS but now i'm trying to use it (PCIe driver) on my application. I got hundreds of errors when i compile it. My project is a Socket server developed in C. I'm using eclipse to work on it and Linux GCC to compile the project. So the question is the following: - Do you know which files should i add to my project to be able to use the driver?? Because there are a lot of source files (*.c), headers (*.h) and libraries supplied by Jungo Driver. I have added a lot of files but still got lot of errors. Maybe there is some information that i couldn't get yet and you guys can help me or maybe someone has worked in a similar project, so on. Thanks in advance. Juan.-Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you just want to access the PCIe device as a memory mapped device under Linux, then you do not need a driver at all. See the pci_debug program in the zip file in this thread for an example:
http://www.alteraforum.com/forum/showthread.php?t=35678 Once you need to use interrupts, then you do need a driver. Cheers, Dave
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page