Forum Discussion
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".