masayuki2009 commented on PR #8799: URL: https://github.com/apache/nuttx/pull/8799#issuecomment-1519195436
@qinwei2004 >I cannot reproduce with ubuntu 22.04.2 LTS and the default qemu 6.2.0 >Do you build qemu 7.1 and reproduce this?? >So could you give me your build configure with qemu? I want to build qemu like your and reproduce it Yes, I build qemu-7.1 on ubuntu 20.04.6 LTS (x86_64). In the build.log, I can see ``` # Configured with: '/home/ishikawa/opensource/QEMU/qemu-7.1/configure' '--target-list=riscv64-softmmu,riscv32-softmmu,aarch64-softmmu,arm-softmmu,i386-softmmu,x86_64-softmmu' '--enable-kvm' ``` Also, I've been using the following arm gcc to compile NuttX ``` $ arm-none-eabi-gcc --version arm-none-eabi-gcc (Arm GNU Toolchain 12.2.MPACBTI-Rel1 (Build arm-12-mpacbti.34)) 12.2.1 20230214 Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ``` -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org