1

我想在 zedboard 上运行 opencl,现在我无法在 ubuntu12 上安装 ocl_icd

我参考页面“ https://github.com/umaurmi/OPENCL_EXAMPLES_ZEDBOARD/wiki/Installing-POCL-dependencies-on-Ubuntu-linux-based-targets

“./configure”完成没有错误,但“make”导致错误,如下所示

root@localhost:~/Downloads/ocl-icd-1.2.1# make
make  all-am
make[1]: Entering directory `/root/Downloads/ocl-icd-1.2.1'
  CC     libOpenCL_la-ocl_icd_loader.lo
  CC     libOpenCL_la-ocl_icd_loader_gen.lo
In file included from ocl_icd_loader_gen.c:30:0:
ocl_icd_debug.h: In function 'debug_init':
ocl_icd_debug.h:66:5: error: implicit declaration of function 'getenv'     [-Werror=implicit-function-declaration]
ocl_icd_debug.h:66:17: error: initialization makes pointer from integer     without a cast [-Werror]
ocl_icd_debug.h:68:7: error: implicit declaration of function 'atoi'         [-Werror=implicit-function-declaration]
cc1: all warnings being treated as errors
make[1]: *** [libOpenCL_la-ocl_icd_loader_gen.lo] Error 1
make[1]: Leaving directory `/root/Downloads/ocl-icd-1.2.1'
make: *** [all] Error 2

我该怎么做?

4

0 回答 0