I have managed to build the latest fpgahdl_xilinx PL from the Dec.13, 2013 drop for the FMCOMMS2 AD9361 system.
I'm eager to try out the new code on my platform but discovered that the No-OS drivers do not yet support this new hardware.
Compilation of the latest no-OS code gives me the following error message:
arm-xilinx-eabi-gcc -Wall -O0 -g3 -c -fmessage-length=0 -I../../no_os_bsp/ps7_cortexa9_0/include -MMD -MP -MF"src/adc_core.d" -MT"src/adc_core.d" -o"src/adc_core.o" "../src/adc_core.c"
../src/adc_core.c:46:24: fatal error: xaxidma_hw.h: No such file or directory
compilation terminated.
make: *** [src/adc_core.o] Error 1
When should I expect the no-OS drivers to work with he latest (Dec13,2013) HDL code?
Herwin