Forum Discussion
Hi everybody,
My board is ARRIA 10 SoC Development Kit
I'm trying to compile the vector_add example following the instructions in intelFPGA_pro/18.1/hld/examples_aoc/vector_add/README.html . One of the parameter is " -board=<board>",so it should be a10soc but the only available boards are a10gx. Tried to install the board using the aocl install and happens the next error.
root@gabriel:/home/carol/intelFPGA_pro/18.1/hld/examples_aoc/vector_add# aocl install
Do you want to install /home/carol/intelFPGA_pro/18.1/hld/board/a10_ref? [y/n] n
Please specify a board package root to install:
/home/carol/intelFPGA_pro/18.1/hld/board/a10soc
aocl install: Adding the board package /home/carol/intelFPGA_pro/18.1/hld/board/a10soc to the list of installed pckages
aocl install: Setting up FCD
Warning: 'mmdlib' is not defined in /home/carol/intelFPGA_pro/18.1/hld/board/a10soc/board_env.xml.
Unable to set up FCD. Please contact your board vendor or see section "Linking Your Host Application to the Khronos ICD Loader Library" of the Programming Guide for instructions on manual setup.
--------------------------------------------------------------------
Warning: No board installation routine supplied.
Please consult your board manufacturer's documentation or support
team for information on how to properly install your board.
--------------------------------------------------------------------
root@gabriel:/home/carol/intelFPGA_pro/18.1/hld/examples_aoc/vector_add# aocl diagnose
/home/carol/intelFPGA_pro/18.1/hld/board/a10soc/arm32/bin/diagnose: 1: /home/carol/intelFPGA_pro/18.1/hld/board/a10soc/arm32/bin/diagnose: Syntax error: word unexpected (expecting ")")
--------------------------------------------------------------------
Warning:
No devices attached for package:
/home/carol/intelFPGA_pro/18.1/hld/board/a10soc
--------------------------------------------------------------------
/home/carol/intelFPGA_pro/18.1/hld/board/a10soc/arm32/bin/diagnose: 1: /home/carol/intelFPGA_pro/18.1/hld/board/a10soc/arm32/bin/diagnose: Syntax error: word unexpected (expecting ")")
--------------------------------------------------------------------
Call "aocl diagnose <device-names>" to run diagnose for specified devices
Call "aocl diagnose all" to run diagnose for all devices
How can i solve it ?? or which is the correct procedure to install the a10soc board and compile the examples ??
Thanks
gpd