I've been a programmer and using Docker for many years so detail OK. But I've never developed OpenWRT so apologies for the newbie questions ;-).
I develop normally using Ubuntu/WSL2 and tried to follow the instructions for setting up an OpenWRT build environment but when I ran the first make... command it claimed there were a number of components, such as working-gcc missing.
So
- How do I figure out what these missing components are?
- Does it make sense to Dockerise my build environment to avoid polluting other dev work I might be doing?
Thanks.