This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Export a project so that it is portable?

I have the example app working nicely now, so I want to export the project to a zip or something, effectively copy it, and put it elsewhere in my filesystem and work with it there to leave the original example alone.

Is there any way to export the project so I can move or email it to my colleagues and they can just run it from where they unzip it?

  • Hi purple,

    I am assuming that you are talking about the Keil uVision projects now. you can copy or zip the directory (workspace) of your project which has .uvmpw(else .uvproj and .uvopt).

    Note that these projects are location dependent as all the files within the projects are saved with relative path. Also all the header file include paths are also relative paths. So when you unzip the saved workspace it will only work in the same location of file tree structure. Zipping and saving is the easiest way for now to save your work.

Related