mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-04-22 19:59:03 +02:00
Add qemu/ddd instructions to MIPS readme.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
* Required Ubuntu packages: qemu, qemu-kvm-extras
|
* Required Ubuntu packages: qemu, qemu-kvm-extras
|
||||||
|
* Lucid 0.12.3 no good, better to install from source, make && sudo make install
|
||||||
* Compiler: CodeSourcery
|
* Compiler: CodeSourcery
|
||||||
* Run test: qemu-system-mips -M mips -m 128 -kernel build/kern1.elf -nographic
|
* Run test: qemu-system-mips -M mips -m 128 -kernel build/kern1.elf -nographic
|
||||||
|
|
||||||
|
* GDB: Add -S -s to qemu startup
|
||||||
|
* mips-linux-gnu-gdb, target remote localhost:1234, file build/mutex5.elf
|
||||||
|
* ddd ---debugger mips-linux-gnu-gdb build/mutex5.elf
|
||||||
|
|||||||
Reference in New Issue
Block a user