You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
I met a problem. I'd like to build hipamd with pal lib on linux. But it failed.
It seemed to lack libelf and hsail. where to get them ?
CMake Error at /home/lumg/ROCm/ROCclr/cmake/FindAMD_HSA_LOADER.cmake:55 (add_subdirectory):
add_subdirectory given source "AMD_LIBELF_INCLUDE_DIR-NOTFOUND" which is
not an existing directory.
Call Stack (most recent call first):
/home/lumg/ROCm/ROCclr/cmake/ROCclrPAL.cmake:53 (find_package)
/home/lumg/ROCm/ROCclr/cmake/ROCclr.cmake:134 (include)
src/cmake/FindROCclr.cmake:51 (include)
src/CMakeLists.txt:60 (find_package)
CMake Error at /home/lumg/ROCm/ROCclr/cmake/FindAMD_HSA_LOADER.cmake:56 (add_subdirectory):
add_subdirectory given source
"AMD_HSAIL_INCLUDE_DIR-NOTFOUND/../ext/libamdhsacode" which is not an
existing directory.
Call Stack (most recent call first):
/home/lumg/ROCm/ROCclr/cmake/ROCclrPAL.cmake:53 (find_package)
/home/lumg/ROCm/ROCclr/cmake/ROCclr.cmake:134 (include)
src/cmake/FindROCclr.cmake:51 (include)
src/CMakeLists.txt:60 (find_package)
CMake Error at /home/lumg/ROCm/ROCclr/cmake/FindAMD_HSA_LOADER.cmake:57 (add_subdirectory):
add_subdirectory given source
"AMD_HSAIL_INCLUDE_DIR-NOTFOUND/../ext/loader" which is not an existing
directory.
Call Stack (most recent call first):
/home/lumg/ROCm/ROCclr/cmake/ROCclrPAL.cmake:53 (find_package)
/home/lumg/ROCm/ROCclr/cmake/ROCclr.cmake:134 (include)
src/cmake/FindROCclr.cmake:51 (include)
src/CMakeLists.txt:60 (find_package)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I met a problem. I'd like to build hipamd with pal lib on linux. But it failed.
It seemed to lack libelf and hsail. where to get them ?
CMake Error at /home/lumg/ROCm/ROCclr/cmake/FindAMD_HSA_LOADER.cmake:55 (add_subdirectory):
add_subdirectory given source "AMD_LIBELF_INCLUDE_DIR-NOTFOUND" which is
not an existing directory.
Call Stack (most recent call first):
/home/lumg/ROCm/ROCclr/cmake/ROCclrPAL.cmake:53 (find_package)
/home/lumg/ROCm/ROCclr/cmake/ROCclr.cmake:134 (include)
src/cmake/FindROCclr.cmake:51 (include)
src/CMakeLists.txt:60 (find_package)
CMake Error at /home/lumg/ROCm/ROCclr/cmake/FindAMD_HSA_LOADER.cmake:56 (add_subdirectory):
add_subdirectory given source
"AMD_HSAIL_INCLUDE_DIR-NOTFOUND/../ext/libamdhsacode" which is not an
existing directory.
Call Stack (most recent call first):
/home/lumg/ROCm/ROCclr/cmake/ROCclrPAL.cmake:53 (find_package)
/home/lumg/ROCm/ROCclr/cmake/ROCclr.cmake:134 (include)
src/cmake/FindROCclr.cmake:51 (include)
src/CMakeLists.txt:60 (find_package)
CMake Error at /home/lumg/ROCm/ROCclr/cmake/FindAMD_HSA_LOADER.cmake:57 (add_subdirectory):
add_subdirectory given source
"AMD_HSAIL_INCLUDE_DIR-NOTFOUND/../ext/loader" which is not an existing
directory.
Call Stack (most recent call first):
/home/lumg/ROCm/ROCclr/cmake/ROCclrPAL.cmake:53 (find_package)
/home/lumg/ROCm/ROCclr/cmake/ROCclr.cmake:134 (include)
src/cmake/FindROCclr.cmake:51 (include)
src/CMakeLists.txt:60 (find_package)
The text was updated successfully, but these errors were encountered: