lupyuen commented on PR #15444:
URL: https://github.com/apache/nuttx/pull/15444#issuecomment-2586251662

   > Do you know if this PR is the first broken commit?
   
   The problem doesn't happen for the commit just before this PR. Thanks for 
looking into this :-)
   
   https://gist.github.com/lupyuen/21167b5ce4f2c2e8b23e2057dcefbe64
   
   ```text
   $ git reset --hard be40c01ddd6f43a527abeae31042ba7978aabb58
   HEAD is now at be40c01ddd6 nuttx/addrenv.h: revise assembly guard
   NuttX Source: 
https://github.com/apache/nuttx/tree/be40c01ddd6f43a527abeae31042ba7978aabb58
   NuttX Apps: 
https://github.com/apache/nuttx-apps/tree/04f0b8e19274ff65ad8744d4b5b37f522c0097c0
   
   $ qemu-system-riscv64 -semihosting -M virt,aclint=on -cpu rv64 -kernel nuttx 
-nographic
   NuttShell (NSH) NuttX-12.7.0
   nsh> uname -a
   NuttX 12.7.0 be40c01ddd6 Jan 13 2025 14:22:45 risc-v rv-virt
   
   nsh> hello
   test_static=Testing Static Var
   Address of test_static=0xc0101000
   test_static_const=Testing Static Const Var
   Address of test_static_const=0xc0002058
   Hello, World of NuttX!!
   Address of NAME=0xc0002020
   ```
   


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