Adding scripts, commands, and logging scaffolding

This commit is contained in:
Carlos Gutierrez
2025-10-05 01:59:00 +00:00
parent f1debadbb3
commit 1d39c0cbd7
15 changed files with 193 additions and 89 deletions

4
scripts/01_build_gem5.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
set -eu
cd /home/carlos/projects/gem5
scons build/ARM/gem5.opt -j"$(nproc)"