This repository is utilized for providing supply documents, user guides, wikis, and facilitating discussions related to Nuclei Studio.
Note
- The latest version of Nuclei Studio IDE is 2025.10, which can be found in https://github.com/Nuclei-Software/nuclei-studio/releases/tag/2025.10
- In Ubuntu 20.04, you must install
libncursesw5 libtinfo5 libfdt1 libpixman-1-0 libpng16-16 libasound2 libglib2.0-0to make riscv64-unknown-elf-gdb and qemu able to run.
PDF Version can be found here: https://doc.nucleisys.com/nuclei_studio_supply/pdf/nuclei_studio_supply.pdf
-
Nuclei Studio IDE Documentation: https://doc.nucleisys.com/nuclei_tools/ide/index.html
-
Nuclei Tools(Toolchain/OpenOCD/Qemu/Model) Documentation: https://doc.nucleisys.com/nuclei_tools/
-
Nuclei Studio NPK Introduction:
Please create new doc based on Doc Template
Click this link to see online version.
If you come across any spelling errors or areas that need improvement in the document, feel free to submit a Pull Request or Issue to help us enhance it!
Generated by
python3 update.py@ 2026-02-09 17:25:50
- 1. QEMU fails to start in Nuclei Studio due to insufficient memory
- 2. Error reported when debugging a program with QEMU in Nuclei Studio on Windows 11
- 3. How to print memory usage in Nuclei Studio
- 4. Error reported when using Pre-build Command/Post-build Command during project compilation
- 5. Upgrade npk.yml to support Nuclei Studio 2023.10
- 6. GCC13 auto generated RVV instructions when RVV enabled
- 7. Update Nuclei Studio 2023.10 to the latest fixed version
- 8. Issues with OpenOCD when operating nor-flash larger than 16M-Byte
- 9. Upgrade the project toolchain to GCC 13 by modifying the .cproject file
- 10. Compiling projects with the command line in Nuclei Studio
- 11. Error reported when OpenOCD flashes a program: Error: Device ID 0x1e200a6d is not known as FESPI capable
- 12. About the inconsistency between Dhrystone benchmark scores in the IDE and NSDK 0.5.0 command-line scores
- 13. Error: Couldn't find an available hardware trigger / Error: can't add breakpoint: resource not available
- 14. cannot find -lncrt_balanced: No such file or directory
- 15. UnsatisfiedLinkError of swt-win32-4965r8.dll on Windows 7
- 16. Some issues you may encounter when using the Profiling feature
- 17. An example of performance tuning with the Profiling feature in Nuclei Studio
- 18. Demonstrating Nuclei Model NICE/VNICE instruction acceleration through Profiling
- 19. Rapid verification of NICE/VNICE instruction acceleration with Nuclei Model and NICE Wizard
- 20. Flash Programming use cases
- 21. Using the Live Watch feature
- 22. Tutorial on adding custom assembly instructions in LLVM
- 23. How to use the DebugMap registers provided by Nuclei to analyze error scenes
- 24. Tutorial on adding custom assembly instructions in binutils
- 25. Guide to using the Nuclei cross trigger feature in OpenOCD
- 26. Guide to OpenOCD debugging support for FreeRTOS
- 27. How to debug with multiple HummingBird debuggers simultaneously
- 28. Quick porting from evalsoc to customsoc based on Nuclei SDK
- 29. Using the
OVERLAYcommand in linker scripts