6.1 Build Environment Setup
Ensure the following paths are configured :
# XC32 Compiler (Windows example)
XC32_ROOT="C:/Program Files/Microchip/xc32/v5.10"
# Device Family Pack
MDFP_PATH="C:/Users/<username>/.mchp_packs/Microchip/PIC32CM-SG00_DFP/1.1.56"
Note: If you are using a different version of the compiler toolchain or Device Family Pack (DFP) than the one referenced here, be sure to update the paths accordingly to match your installed versions
