2025-08-28 3:03 AM
Hello,
I'm following the Getting started wiki for Developing on Arm® Cortex®-M33. I already installed the IDE and the MP2 Packages. Now I'm in the section "Modify, rebuild and reload the firmware" but I'm stuck in Step 2. Software Prerequisites. Because I don't know how to install the build environment as explained in the wiki. It seems like it is for linux development, but I am using Windows, so I don't have the "sudo" and "export" options.
Can someone help me to execute these lines in windows? or is there another alternative?
1-Install dependencies:
sudo apt-get install -y git curl wget build-essential libssl-dev python3 \ python3-pip cmake make libncurses5
2-Add CMake path into environment:
export PATH=<CMake path>/bin:$PATH
Thanks in advance,
David