Path errors when importing projects to a new install
Posted: Thu Mar 27, 2014 10:20 am
I recently changed where my nburn install was located from a C drive to a D drive, then tried to import my old projects. This resulted in a bunch of path errors. It seems eclipse imports the path information along with everything else, so if the path is different it cannot find include files, libraries, etc. At first I started editing the path info for each project, but that was taking too long, so I found a shorter way. There may be better methods out there, but this is what worked for me. Just FYI in case anyone else runs into this.
CLEAR ALL PATH SETTINGS
Right click on the project in the navigation window and select Properties,
Select C/C++ Build -> Settings, click on Restore Defaults, then OK
SELECT PLATFORM AND RELOAD PATH SETTINGS (the platform does not get imported with the project)
Right click on the project in the navigation window, select Properties, select NetBurner Options
Select your target platform in the drop down box
Verify "Reload selected platform properties file" is checked (check it if its not)
Select OK
Project should now build with new path information
CLEAR ALL PATH SETTINGS
Right click on the project in the navigation window and select Properties,
Select C/C++ Build -> Settings, click on Restore Defaults, then OK
SELECT PLATFORM AND RELOAD PATH SETTINGS (the platform does not get imported with the project)
Right click on the project in the navigation window, select Properties, select NetBurner Options
Select your target platform in the drop down box
Verify "Reload selected platform properties file" is checked (check it if its not)
Select OK
Project should now build with new path information