Forum Discussion

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

How to tell which BSP that an eclipse project is using (quartus 13.0sp1)

Is there a settings dialog somewhere in the eclipse IDE (using quartus13.0sp1) that will show me where/which BSP that the eclipse project is pointing to/using? I have code that needs to run on 2 separate platforms and I would like to be able to change BSPs w/o a lot of copy/paste of code around.

Quartus13.0sp1/Eclipse Indigo Service Release 2 20120216-1857

2 Replies

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

    First one location you need to change: right click on project -> Properties -> Nios II Application Properties -> BSP project location

    and the second one: right click on project -> Properties -> Project References
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Thanks linas!

    That answered this question and fixed a problem I was having where eclipse seemed to lose the system.h file after I did a clean on the project.