Forum Discussion
Altera_Forum
Honored Contributor
12 years agoCreating static library without bsp
Hi, I need to create a simple static library to be linked with my main NIOS-II application. I don't want to have that library be dependent on BSP, because it is purely software logics. Is t...
Altera_Forum
Honored Contributor
12 years agoNew>Library option requires BSP.
My intention is to build a NIOS II application which depends on some utilities which are compiled as static library. These utilities are not hardware based but pure software based. This is why I want it created without the BSP. An example utility can be something that manages strings.