Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- Your 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". --- Quote End --- Thank you, for replying HRZ. I made the changes you suggested and 'aocl diagnose' executes further however it now has another issue :cry: - probably related to the same issue as the original issue. When I execute 'aocl diagnose' now I get the following output: "aocl diagnose: Error while loading shared libraries: libnalla_pcie_mmd.so: cannot open shared object file: no such file or directory" I checked and the libnalla_pcie_mmd.so library exists in /board/nalla_pcie/linux64/lib. Is there another environment variable that I need to set such that 'aocl' will be able to properly locate this library? Thank you again for your response and help.:)