ContributionsMost RecentMost LikesSolutionsUnable to install BSP using aocl install I have a BittWare A10PL4 board containing Arria 10 chip on it. I received the BSP from BittWare and tried to install it using `aocl install` and this is what I received. Do you want to setup the FCD at directory /opt/Intel/OpenCL/Boards [Y/n] aocl install: Setting up the FPGA Client Driver (FCD) to the system. This process may require admin privilege Install the FCD file to /opt/Intel/OpenCL/Boards [sudo] password for raghuttam: aocl install: Adding the board package /home/raghuttam/experimental/a10pl4_bsp to the list of installed packages Installing the board package driver to the system. aocl install: Running install from /home/raghuttam/experimental/a10pl4_bsp/linux64/libexec /home/raghuttam/experimental/a10pl4_bsp/linux64/libexec/install: 9: [: aclpci_a10pl4_drv: unexpected operator Looking for kernel source files in /lib/modules/6.8.0-52-generic/build Using kernel source files from /lib/modules/6.8.0-52-generic/build Building driver for BSP with name a10pl4 make: Entering directory '/usr/src/linux-headers-6.8.0-52-generic' CC [M] /tmp/opencl_driver_Z124LQ/aclpci_queue.o In file included from /tmp/opencl_driver_Z124LQ/aclpci.h:85, from /tmp/opencl_driver_Z124LQ/aclpci_queue.c:56: /tmp/opencl_driver_Z124LQ/aclpci_dma.h:204:18: error: field ?m_us_dma_start_time? has incomplete type 204 | struct timeval m_us_dma_start_time; | ^~~~~~~~~~~~~~~~~~~ /tmp/opencl_driver_Z124LQ/aclpci_queue.c:104:7: warning: no previous prototype for ?queue_addr? [-Wmissing-prototypes] 104 | void *queue_addr (struct queue *q, unsigned int offset) { | ^~~~~~~~~~ /tmp/opencl_driver_Z124LQ/aclpci_queue.c:111:14: warning: no previous prototype for ?fast_mod? [-Wmissing-prototypes] 111 | unsigned int fast_mod (unsigned int val, unsigned int size) { | ^~~~~~~~ make[2]: *** [scripts/Makefile.build:243: /tmp/opencl_driver_Z124LQ/aclpci_queue.o] Error 1 make[1]: *** [/usr/src/linux-headers-6.8.0-52-generic/Makefile:1925: /tmp/opencl_driver_Z124LQ] Error 2 make: *** [Makefile:240: __sub-make] Error 2 make: Leaving directory '/usr/src/linux-headers-6.8.0-52-generic' aocl install: failed. aocl install: Removing FCD aocl install: Removing the board package /home/raghuttam/experimental/a10pl4_bsp from the list of installed packages