Looking for Firmware development environment tutorials

Can someone provide a tutorial on configuring a firmware development environment on a Windows system?

Hi,

How far did you get with this? I use Eclipse and VS Code. That error message looks like tup doesn’t know where to find some of your build tools so you either need to add them to your environment variable (not recommended if you have different build tools installed) or open a command prompt and temporarily set the locations and call tup from the same command prompt.

Simon