Forum Discussion
Altera_Forum
Honored Contributor
8 years agoNew to FPGA programming - Please Help
Hello all, I am new to both this forum and FPGA with OpenCL - I have some questions I hope someone can help me with. I have intelFPGA_pro v 16.1 installed in Ubuntu Linux OS and am just tr...
Altera_Forum
Honored Contributor
8 years agoYour environmental variables should look like this:
export ALTERAOCLSDKROOT="*quartus_install_folder*/hld"
export AOCL_BOARD_PACKAGE_ROOT="$ALTERAOCLSDKROOT/board/nalla_pcie" Since aoc is looking for the BSP in "/board/nalla_pcie", it means "ALTERAOCLSDKROOT" is not pointing to anything and hence, AOCL_BOARD_PACKAGE_ROOT is pointing to "/board/nalla_pcie".