I am attempting to setup the docker containers for gem5 (version 24) for the jetson orin nano. I am using the 2024 bootcamp files from github. I am running into errors on both the gcc-version and clang version builds. Apparently when I try to do the build they all fail with the:
RUN update-alternatives -install \ /usr/bin/clang++ clang++ /usr/bin/clang++-${version} 100 Command, or the equivalent gcc command. Does anyone have an idea what might be causing the error? I am also trying to get the GPU code running on the jetson. The docker file is having problem installing hsakmt-roct and hsakmt-roct-dev. Is there an arm version of this code? Nick
_______________________________________________ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org