AI-generated summary
During Vitis development, two main errors were encountered:
1. **Memory Write Error**: An error occurred while launching the program, indicating a memory write issue at address 0x105000 due to an MMU section translation fault. The problem was resolved by generating a boot.bin file, writing it to a memory card, and then starting the Zynq. Additionally, switching the boot option on the development board from SD to JTAG fixed the issue.
2. **Unresolved Inclusion of "stdio.h"**: This error arose when creating projects in both Linux and Windows environments while adding the stdio library. The solution involved navigating to Properties -> C/C++ General -> Preprocessor Includes… -> Providers and selecting the CDT GCC Built-in Compiler Settings.