Altera_Forum
Honored Contributor
21 years agoProblems when moving a design to another computer
I would like to move my sw design to another computer, but ran into some problems.
- I copied the whole project catalog to the new destination, including both hw and sw files. - I imported the project and the syslib catalogs into Nios II IDE by choosing import - Existing Altera Nios II Project into Workspace. - I recompiled the project. The compiler complains about missing the following two include files. altera_avalon_spi_regs.h altera_avalon_spi.h I can find the files in the Nios II Device Drivers folder On the other hand, I have no problems with altera_avalon_pio_regs.h. So, -Is there anything special about the spi functions that I am missing? -Is there any other way to move the project that is more likely to work? Anyone with experience moving projects? Havard