beiwang2003
New Contributor
4 years agoCompiling error: Couldn't open *.bc.xml for read!
I was trying to compile multiple kernel files. Here are the steps I followed:
1. aoc -c kernel1.cl kernel2.cl
2. aoc -rtl -o allKernels.aocr kernel1.aoco kernel2.aoco
3. aoc allKernels.aocr
The first 2 steps were successfully. The compiling for the third step takes a long time, but returned the following error message at the end: Error: Coundn't open allKernels.bc.xml for read! In the allKernels folder generated from the second step, I could see kerenl2.bc.xml file, but not allKernels.bc.xml. My feeling is the way I compile multiple kernel files in a single *.aocx file as above might not be correct.
I am using Quartus 19.2.
Can you please advise? Thanks