Content originally posted in LPCWare by nsmith17044 on Thu Dec 18 05:51:01 MST 2014
I recently tried to move a LPCExpresso project to another PC, both running V7.5.0 and found that the source files that I manually added to my project source folder seem to be referencing a fixed path as if still on the first machine. Files that were wiz'd with LPCOpen are fine and can be opened / compiled / linked. However I assume I've added the files to the source folder in an incorrect way although it was the only way I could find that worked.
I was right clicking on my source folder in the project -> NEW -> FILE, picking ADVANCE, selecting link to file system and adding the file from there. This appears to use a fixed path and not a project relative path.
So how do I add existing C and H files to a project folder and get it to use relative paths? I've tried using the IMPORT option but I can't get it to give me the option to do an import without some message like the file already exists in the target or something like that.
Is there any way to correct these paths for files already in the project that are not being 'found'?
Nathan