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
  • "yes, I read the information"

    So why didn't you say so?! ;-)

    It does work - I've tried it!
    (I've added items to my Explorer Context menu, so I get options to 'Build' or 'Make' as well as 'Open' when I right-click a .uv2 file)

    uv2 -b hello.uv2
    Where do you type that command?
    For uVision to find your hello.uv2 Project, when you specify only the name, it must be in the current default drive & folder - otherwise you'll need to specify the full path!
    (the same applies to any application).

Reply
  • "yes, I read the information"

    So why didn't you say so?! ;-)

    It does work - I've tried it!
    (I've added items to my Explorer Context menu, so I get options to 'Build' or 'Make' as well as 'Open' when I right-click a .uv2 file)

    uv2 -b hello.uv2
    Where do you type that command?
    For uVision to find your hello.uv2 Project, when you specify only the name, it must be in the current default drive & folder - otherwise you'll need to specify the full path!
    (the same applies to any application).

Children