Forum Discussion
Altera_Forum
Honored Contributor
11 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.