问题:

    在NIOS II进行Build project时出现类似于makefile:xxx: Warning: SOPC File E:/NIOS/xxx/xxx.sopcinfo could not be found.的警告时, 这主要是软件找不到BSP了。在移动Eclipse创建的工程时就会出现上述问题。

此时可用BSP editor进行修改BSP设置,具体操作如下。

 

---------------------------------------------------------------------------------------

解决方法:

1、在工程上,右键点击BSP——>NIOS II——>BSP editor进入BSP editor界面

 

NIOS BSP警告 makefile:xxx: Warning: SOPC File E:/NIOS/xxx/xxx.sopcinfo could not be found.

 

2、File -> New BSP..,如下截图,按下图指示进行修改:


NIOS BSP警告 makefile:xxx: Warning: SOPC File E:/NIOS/xxx/xxx.sopcinfo could not be found.

设置好sopcinfo的路径,以及BSP target directory的路径,点击OK。

回到BSP editor,点击右下脚的Generate,生成BSP,关闭BSP editor,返回到NIOS II中,重新编译,该警告消失。

相关文章:

  • 2021-08-18
  • 2021-08-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-02
  • 2021-07-21
猜你喜欢
  • 2021-08-13
  • 2021-09-29
  • 2021-10-25
  • 2021-12-04
  • 2021-10-14
相关资源
相似解决方案