RISC-V Meaty Skeleton with QEMU virt board: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Line 125:
<source lang="bash">
which -- $TARGET-gdb || echo $TARGET-gdb is not in the PATH
</source>
 
Now you may safely remove the source tree and archive, if you wish:
 
<source lang="bash">
rm -rf gdb-${GDB_VERSION}/
rm gdb-${GDB_VERSION}.tar.xz
</source>