- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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, Piyushコピーされたリンク
0 返答(返信)