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
8 years ago --- Quote Start --- Changing makefile and settings.bsp both worked. Thanks! Zubair --- Quote End --- There is another good way to solve this problem. First regenerate bsp. Then in application project Index -> rebuild. Then build project. And then run this on hardware. Re-indexing detects the relative current paths of the files related to the project. Similar is the case when you regenerate your new/modified Qsys system. Same procedure.