Forum Discussion
Altera_Forum
Honored Contributor
13 years agoCopying projects to another PC. BSP has absolute paths
Hi, I'm trying to get a handle on how to clone my project and make it build on another PC. But I see that my NIOS BSP uses absolute paths to access the sopc info file. Simply changing the...
Altera_Forum
Honored Contributor
13 years agoYou can fix the absolute path to the .sopcinfo file by manually editing the XML file (settings.bsp). You are looking for the "<SopcDesignFile>" element, about 10 lines down from the top. Just change it to be a relative path.
The settings.bsp is the only file you actually need to copy as far as BSP files; then on each fresh PC you need to "generate" the BSP again.