[gem5-users] Re: problem porting gem5 to arm64 (Jetson orin nano)

2024-09-12 Thread Giacomo Travaglini via gem5-users
* #6 0.302 update-alternatives: error: alternative path /usr/bin/g++- doesn't exist It looks like you are not passing the $version parameter and that’s why it does not find g++-{empty} Giacomo From: Beser, Nicholas D. Date: Thursday, 12 September 2024 at 18:11 To: Giacomo Travaglini , The

[gem5-users] Re: problem porting gem5 to arm64 (Jetson orin nano)

2024-09-12 Thread Giacomo Travaglini via gem5-users
It would be useful to get an error log. Which {version} are you using? Kind Regards Giacomo From: Beser, Nicholas D. via gem5-users Date: Thursday, 12 September 2024 at 15:37 To: The gem5 Users mailing list Cc: Beser, Nicholas D. Subject: [gem5-users] problem porting gem5 to arm64 (Jetson ori

[gem5-users] problem porting gem5 to arm64 (Jetson orin nano)

2024-09-12 Thread Beser, Nicholas D. via gem5-users
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-al

[gem5-users] Re: Gem5 gpu

2024-09-12 Thread Matt Sinclair via gem5-users
Hi Ravikant, If I understand your request, you are trying to run multiple processes (one on CPU, one on CPU+GPU) simultaneously. I have never tried doing this, and thus do not know how to make it work or not. My guess though is that gem5 does not support running multiple concurrent processes. S