> compile NEMU

ysyx_22040000 李心杨
Linux calcite 6.6.19 #1-NixOS SMP PREEMPT_DYNAMIC Fri Mar  1 12:35:11 UTC 2024 x86_64 GNU/Linux
 20:28:19  up   7:34,  2 users,  load average: 0.70, 0.75, 0.91
This commit is contained in:
tracer-ysyx 2024-03-20 20:28:19 +08:00 committed by xinyangli
parent f64392eedc
commit 28708f3774

View file

@ -52,8 +52,9 @@
'';
installPhase = ''
mkdir -p $out/bin/
cp build/riscv32-nemu/*.elf $out/bin/
mkdir -p $out/bin
ls build/
cp build/native/*.elf $out/bin/
'';
# dontFixup = true;