- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Where can I find information on how to write and test a software for Altera's PCIe development kit using Windriver APIs?
I have prepared a C++ program using APIs such as ALTERA_Open and ALTERA_DMAReadWriteBlock, but when I tried compiling the code it seemed to me that I need to include certain header files from Altera Quartus installation (e.g. C:\altera\71\quartus\bin\cygwin\usr\include\w32api\ddk and C:\altera\71\quartus\bin\cygwin\lib\gcc\i686-pc-cygwin\3.4.4\include), which I did. But, then it seemed that certain files are still missing and I had to include Windows SDK/WDK header library (C:\Program Files\Microsoft SDKs\Windows\v6.1\Include). After adding those, it seems some more header files are required from the MSVC installation, but MSVC headers conflict with SDK/WDK headers. Please advice on how to proceed. Thanks, PiyushLink Copied
0 Replies

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