CodyIT@programming.dev to Programmer Humor@programming.dev · 11 months agothe beautiful codeprogramming.devimagemessage-square228fedilinkarrow-up12.13K
arrow-up12.13Kimagethe beautiful codeprogramming.devCodyIT@programming.dev to Programmer Humor@programming.dev · 11 months agomessage-square228fedilink
minus-squareqqq@lemmy.worldlinkfedilinkarrow-up2·edit-211 months 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 :3@feddit.orglinkfedilinkarrow-up1·11 months 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