masayuki2009 commented on PR #11848:
URL: https://github.com/apache/nuttx/pull/11848#issuecomment-1982512195

   @anchao 
   I noticed that spresense:elf and sabre-6quad:elf (qemu) stops with this PR.
   
   ```
   /home/ishikawa/opensource/QEMU/qemu-8.2.0/build/qemu-system-arm -semihosting 
-M sabrelite -m 1024 -smp 4 -kernel nuttx -nographic
   Initial memory usage: 6228
   Registering romdisk at /dev/ram0
   
   Memory Usage after romdisk_register:
     Before:     6228 After:     6284 Change:       56
   Mounting ROMFS filesystem at target=/mnt/romfs with source=/dev/ram0
   
   Memory Usage after mount:
     Before:     6284 After:     6844 Change:      560
   
   ****************************************************************************
   * Executing errno
   ****************************************************************************
   
   
   Memory Usage after exec:
     Before:     6844 After:    10236 Change:     3392
   Wait a bit for test completion
   Hello, World on stdout
   Hello, World on stderr
   We failed to open "aflav-sautga-ay!" errno is 2
   ```
   


-- 
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