This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

is there a way to build a UV2 project from command prompt?

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?

Parents
  • Where do you type that command?

    I just type it in the hello project's directory. and I have reset my PATH environment variable, then I can call uv2.exe anywhere.

    as what I said, after I opened hello.uv2 project from UV2 GUI, I can open hello project from command prompt with this line:

    uv2 hello.uv2

    but if I add "-b" argument into this line, it still can not build this project automatically. :(

    am I unfortunate?

Reply
  • Where do you type that command?

    I just type it in the hello project's directory. and I have reset my PATH environment variable, then I can call uv2.exe anywhere.

    as what I said, after I opened hello.uv2 project from UV2 GUI, I can open hello project from command prompt with this line:

    uv2 hello.uv2

    but if I add "-b" argument into this line, it still can not build this project automatically. :(

    am I unfortunate?

Children