You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "masayuki2009 (via GitHub)" <gi...@apache.org> on 2023/01/30 10:27:02 UTC

[GitHub] [nuttx] masayuki2009 commented on pull request #6242: rv-virt:knsh64

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

   @GooTal 
   Please see boards/risc-v/qemu-rv/rv-virt/README.txt
   
   ```
   3.2 Configure and build NuttX for BUILD_KERNEL
   
     $ mkdir ./nuttx; cd ./nuttx
     $ git clone https://github.com/apache/nuttx.git nuttx
     $ git clone https://github.com/apache/nuttx-apps.git apps
     $ cd nuttx
     $ make distclean
     $ ./tools/configure.sh rv-virt:knsh64
     $ make V=1 -j7
     $ make export V=1
     $ cd ../apps
     $ ./tools/mkimport.sh -z -x ../nuttx/nuttx-export-*.tar.gz
     $ make import V=1
     $ cd ../nuttx
   ```


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org