I have a project in VisualGDB. When I share the complete project to another user, it gets some build errors. These errors are because of varible $(LOCALAPPDATA). This variable resolves to the path of old user. What could be cause of this error and how to correct it?
I oberved .mak file. In this file the variable $(BSP_ROOT) and $(LOCALAPPDATA) get replaced by absolute file paths, but these paths are specific to old user (consist of folders of old user).
I hope this description makes the problem clear to you,
I tried with the latest version of VisualGDB, version 5.2.13.1297. I am still getting the exact same errors. Could you suggest some corrective actions?
Please open the VisualGDB Project Properties and either click “regenerate BSP-specific files” or change the MCU to a different one and back. This should regenerate the file references in a multiuser-safe way. If this still does not help, please let us know what exact error you are getting so that we could advise you further.