for my current work, I wanna know if there is a way to build one UV2 project from command prompt. with my experience on using other embedded development tools, I know some provider ships particular tools for this target with its development kit. such as some tool can generate a makefile for your project, then you can build the project from command prompt just with calling of make tools. now, I wanna know if there is a way to work with UV2 project just like this?
"if I add '-b' argument into this line, it still can not build this project" Try this instead:
uv2 -b .\hello.uv2
Great! It WORKS now! :) thank you very much! =)