CodyIT to Programmer Humor@programming.dev • 11 days agothe beautiful codeprogramming.devimagemessage-square137fedilinkarrow-up12.04Karrow-down10
arrow-up12.04Karrow-down1imagethe beautiful codeprogramming.devCodyIT to Programmer Humor@programming.dev • 11 days agomessage-square137fedilink
minus-square@qqq@lemmy.worldlinkfedilink2•edit-210 days agoQEMU makes it pretty painless to hook up gdb just FYI; you should look into that. I think you can also have it provide a memory mapped UART for I/O which you can use with newlib to get printf debugging
minus-squareLucy :3linkfedilink1•10 days agoThe latter is what I tried, and also kinda wanted ChatGPT to do, which it refused
QEMU makes it pretty painless to hook up gdb just FYI; you should look into that. I think you can also have it provide a memory mapped UART for I/O which you can use with newlib to get printf debugging
The latter is what I tried, and also kinda wanted ChatGPT to do, which it refused