Altera_Forum
Honored Contributor
14 years agoAbsolute paths preventing project re-use
After running synthesis and fitter, I archived my project into a .qar file and sent it to a colleague. He restores the .qar, tries to generate a programming file but gets a warning about a missing encrypted source file in the directory: /home/mikegray/project/incremental_db/compiled_partitions/ .
Naturally /home/mikegray/ is not found on his machine and he doesn't have administrator rights to create that directory. What would be a workaround/solution for this? I verified that there aren't any absolute paths in my .qsf file and that the encrypted source file does exist in incremental_db/compiled_partitions/ in the directory where the .qar was restored. Setting the SEARCH_PATH doesn't seem to help. Has anyone experienced this before? Would appreciate any advice or ideas, thanks. And have a Merry Christmas!