Intel® High Level Design
Support for Intel® High Level Synthesis Compiler, DSP Builder, OneAPI for Intel® FPGAs, Intel® FPGA SDK for OpenCL™
666 Discussions

Can't find board.xml file

murrtank
Novice
1,073 Views

Hi again forum! I have some problem compiling to the fpga. When i try to run the compile I get this error

Error: No board_spec.xml found for board '/opt/intel/oneapi/intel_a10gx_pac:pac_a10' (Searched for: /glob/development-tools/versions/fpgasupportstack/a10/1.2.1/inteldevstack/a10_gx_pac_ias_1_2_1_pv/opencl/opencl_bsp/hardware//opt/intel/oneapi/intel_a10gx_pac:pac_a10/board_spec.xml).
llvm-foreach:

What does this mean? And how do i solve it? 

0 Kudos
5 Replies
BoonBengT_Intel
Moderator
1,027 Views

Hi @murrtank,


Thank you for posting in Intel community forum and hope all is well.

May I know which references design are you running? And the details steps/command that you have followed to get the following error mention?

This would allow us to have a better understanding on the situation.

Hope to hear from you soon.


Best Wishes

BB


0 Kudos
murrtank
Novice
1,009 Views
#!/bin/bash
source /opt/intel/inteloneapi/setvars.sh > /dev/null 2>&1
#Initialize environment for Arria10
source /glob/development-tools/versions/fpgasupportstack/a10/1.2.1/intelFPGA_pro/hld/init_opencl.sh
source /glob/development-tools/versions/fpgasupportstack/a10/1.2.1/inteldevstack/init_env.sh
export FPGA_BBB_CCI_src=/usr/local/intel-fpga-bbb
export PATH=/glob/intel-python/python2/bin:${PATH}

make hw -f Makefile.fpga

This is the bash file im using and using this flag in the compile -Xsboard=/opt/intel/oneapi/intel_a10gx_pac:pac_a10. Hope i answerd the question.

0 Kudos
BoonBengT_Intel
Moderator
944 Views

Hi @murrtank,


Apologies for the delayed in response, based on the command it seems that you are trying to build a OpenCL project. Are those steps running in Intel DevCloud or your local environment?


Would suggest to look into the following example which consist of details steps to build and run example design for A10 PAC devices:

- https://github.com/intel/FPGA-Devcloud/tree/master/main/QuickStartGuides/OpenCL_Program_PAC_Quickstart/Arria%2010

Hope that clarify.


Best Wishes

BB


0 Kudos
BoonBengT_Intel
Moderator
920 Views

Hi @murrtank,


Greetings, just checking in to see if there is any further doubts in regards to this matter.

Hope we have clarify your doubts.


Best Wishes

BB


0 Kudos
BoonBengT_Intel
Moderator
896 Views

Hi @murrtank,


Greetings, as we do not receive any further clarification/updates on the matter, hence would assume challenge are overcome. Please login to ‘https://supporttickets.intel.com’, view details of the desire request, and post a feed/response within the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. For new queries, please feel free to open a new thread and we will be right with you. Pleasure having you here.


Best Wishes

BB


0 Kudos
Reply