Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
11 years ago

Missing 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

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Thanks for you answer Chris!

    No I have not tried this, yet. How do I rebuild/refresh the index commands?

    Edit: Got it! It worked. Thank you very much!