Forum Discussion
Altera_Forum
Honored Contributor
13 years agoBuilding static library with NIOS II Software Build Tools for Eclipse 13.0
Hello, I has started to work with the NIOS II Software Build Tools for Eclipse in version 13.0sp1 since two weeks. There I am going to build a static library. Therefore, I used the guidance of ...
Altera_Forum
Honored Contributor
12 years agoI realize this is an old post, but this might help others.
You need to call these command from the Nios II Command Shell: To clear the sources from the makefile:nios2-lib-update-makefile --lib-dir /path/to/your/lib --no-src To insert all source files in the folder to the makefile: nios2-lib-update-makefile --lib-dir /path/to/your/lib --add-src-rdir /path/to/your/sources You can read the NIOS-II manual for more info on this.