Gary-Hobson commented on issue #12209:
URL: https://github.com/apache/nuttx/issues/12209#issuecomment-2084186315

   @yf13 The fixed patch has been submitted  
https://github.com/apache/nuttx/pull/12263
   
   You can add the -s -S parameter after the qemu startup command to connect to 
gdb for debugging
   
   ```
   qemu-system-riscv64 -semihosting -M virt,aclint=on -cpu rv64 -smp 8 -bios 
none -kernel nuttx -nographic -S -s
   gdb-multiarch nuttx  -ex "target remote 127.0.0.1:1234"
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to