FPGA, SoC, And CPLD Boards And Kits
FPGA Evaluation and Development Kits
5915 Discussions

Jungo windriver compilation issues

Altera_Forum
Honored Contributor II
866 Views

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 Kudos
0 Replies
Reply