在ARM Cortex A53上安装POCL失败

时间:2018-08-06 08:54:23

标签: arm opencl linker-errors llvm-clang pocl

我想安装Pocl V1.1来创建基于ARM Cortex A53的OpenCL设备。我已经编译并安装了LLVM6 / Clang,但是通过编译Pocl会出现以下错误

[ 41%] Building C to LLVM bitcode /home/root/tmp/pocl-1.1-RC2/build/lib/kernel/host/cortex-a53/mem_fence.c.bc
[ 41%] Linking & optimizing Kernel bitcode /home/root/tmp/pocl-1.1-RC2/build/lib/kernel/host/kernel-aarch64-unknown-linux-gnu-cortex-a53.bc
/usr/bin/llvm-link: "/home/root/tmp/pocl-1.1-RC2/build/lib/kernel/host/cortex-a53/abs.cl.bc": error: Could not open input file: No such file or directory
/usr/bin/llvm-link: error loading file '"/home/root/tmp/pocl-1.1-RC2/build/lib/kernel/host/cortex-a53/abs.cl.bc"'

实际上,那些文件的构建是成功的,但是通过链接文件会发生这种错误。该文件存在于目录中,我也使用chmod 777更改了权限,但仍然收到错误。

更多信息:

OS:Yocto-Linux映像 构建类型:Aarch64 CPU:ARM Cortex A53

不知道该如何解决,希望你们能为您提供帮助

谢谢

0 个答案:

没有答案