Altera_Forum
Honored Contributor
11 years agoMissing Base Adresses after Changing SOPC
Hello,
with Quartus 14.0 and Nios II Software Build Tools for Eclipse I have the following problem: When I make some changes in SOPC via Qsys (e.g. just adding one new PIO), I regenerate the BSP in Eclipse by "Generate BSP". After that, the system.h file has actualized and contains the new component with its base adresses and so on. The problem is, that the Application, where the system.h is included does not find the new base adresses ("Symbol could not be resolved") The only work around I found, is to delete the Application and BSP after every change and create both new. How can I regenerate the BSP without adding everything new? Regards