Forum Discussion
Altera_Forum
Honored Contributor
14 years agoInclude Library in project
Hi all, because I couldn't find anything on the net so far, I'm posting my problem here. I'm trying to pack parts of my NIOS-Code as a library and include it in another project using following d...
Altera_Forum
Honored Contributor
14 years agoi think u have to include ur library by hand in the makefile of your project.
# List of include directories for -I compiler option (-I added when used). # Includes the BSP. ALT_INCLUDE_DIRS := "." "./src/include" "./src/include/ipv4" # List of library directories for -L linker option (-L added when used). # Includes the BSP. ALT_LIBRARY_DIRS :=