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

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
Line 125: Line 125:
<source lang="bash">
<source lang="bash">
which -- $TARGET-gdb || echo $TARGET-gdb is not in the PATH
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>
</source>