Knowledge Base Article

ERROR: packager tool failed to run

Description

You may encounter the error below when compiling an OpenCL kernel for the Programmable Acceleration Card with Arria® 10 GX FPGA board on the Ubuntu operating system.

            ERROR: packager tool failed to run

Resolution

To work around this problem, open the following file in a text editor.

$OPAE_PLATFORM_ROOT/opencl/opencl_bsp/hardware/pac_a10/build/run.sh

Change line 26 from:

ADAPT_PACKAGER_BIN="python ./tools/packager.pyz"

to the following:

ADAPT_PACKAGER_BIN="packager"

Updated 5 days ago
Version 3.0
No CommentsBe the first to comment