jinliangli opened a new issue, #16272:
URL: https://github.com/apache/nuttx/issues/16272
### Description / Steps to reproduce the issue
In the lastest code in master branch, bootup qemu riscv hang
lijinliang1@pc0:~/work/nuttx$ cmake -B build -DBOARD_CONFIG=rv-virt:nsh64
-GNinja
-- Initializing NuttX
Select HOST_LINUX=y
-- CMake: 3.22.3
-- Ninja: 1.10.0
-- Board: rv-virt
-- Config: nsh64
-- Appdir: /home/lijinliang1/work/nuttx-apps
-- The C compiler identification is GNU 12.2.1
-- The CXX compiler identification is GNU 12.2.1
-- The ASM compiler identification is GNU
-- Found assembler:
/home/lijinliang1/ssdk/prebuilts/riscv64-unknown-elf-toolsuite-15.9.0-2023.03.0/bin/riscv64-unknown-elf-gcc
-- Configuring done
-- Generating done
-- Build files have been written to: /home/lijinliang1/work/nuttx/build
lijinliang1@pc0:~/work/nuttx$ cmake --build build
[1300/1300] Generating System.map
lijinliang1@pc0:~/work/nuttx$ qemu-system-riscv64 -M virt -cpu rv64 -bios
none -kernel build/nuttx -nographic
ABC
$ qemu-system-riscv64 --version
QEMU emulator version 4.2.1 (Debian 1:4.2-3ubuntu6.30)
Copyright (c) 2003-2019 Fabrice Bellard and the QEMU Project developers
HostOS: Ubuntu 20.04.6 2024.02.24 LTS (Cubic 2024-02-24 15:25
### On which OS does this issue occur?
[OS: Linux]
### What is the version of your OS?
Ubuntu 20.04.6 2024.02.24 LTS (Cubic 2024-02-24 15:25
### NuttX Version
master
### Issue Architecture
[Arch: risc-v]
### Issue Area
[Area: Kernel]
### Host information
Ubuntu 20.04.6 2024.02.24 LTS (Cubic 2024-02-24 15:25
### Verification
- [x] I have verified before submitting the report.
--
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]