Hi,
My environment vairable settings for the license is right.The environment variable is :
export LM_LICENSE_FILE=/root/intelFPGA_pro/16.1/hld/license.dat
export ALTERAD_LICENSE_FILE=/root/intelFPGA_pro/16.1/hld/license.dat
export INTELFPGAOCLSDKROOT=/root/intelFPGA_pro/16.1/hld
export QUARTUS_ROOTDIR=/root/intelFPGA_pro/16.1/quartus
export QUARTUS_ROOTDIR_OVERRIDE=/root/intelFPGA_pro/16.1/quartus
export ALTERAOCLSDKROOT=/root/intelFPGA_pro/16.1/hld
export AOCL_BOARD_PACKAGE_ROOT=$ALTERAOCLSDKROOT/board/de5a_net_e1
export PATH=$PATH:$QUARTUS_ROOTDIR/bin:$ALTERAOCLSDKROOT/linux64/bin:$ALTERAOCLSDKROOT/bin:$ALTERAOCLSDKROOT/host/linux64/bin:/root/intelFPGA_pro/16.1/qsys/bin
export LD_LIBRARY_PATH=$AOCL_BOARD_PACKAGE_ROOT/linux64/lib:$ALTERAOCLSDKROOT/host/linux64/lib:$AOCL_BOARD_PACKAGE_ROOT/tests/extlibs/lib
export QUARTUS_64BIT=1
My license was generated two months ago.And the Quartus Prime Pro can find it correctly.But the AOC compiler could not.
I'm sure that the AOCL and Quartus Prime Pro were downloaded from the Intel official website.
When I compiled the xx.cl with aoc .The error occured :
" Could not acquire a valid license for the Intel(R) FPGA SDK for OpenCL(TM).
Error: Verilog generator FAILED! "
I have read many answers on this community but none of them can solve my problem.I think I need more license to use aoc.
I want to know if I need an another license except the Quartus Prime Pro license?Such as IP license.
Finally , I'm not sure that the device de5a-net-e1 can be supported by Quartus Prime Pro v19.3,because I can't find the v19.3 BSP on the Terasic website:
http://www.terasic.com.cn/cgi-bin/page/archive.pl?Language=China&CategoryNo=230&No=988&PartNo=4
Thank you for you reply.