Forum Discussion
Altera_Forum
Honored Contributor
13 years agocannot find -ldl
Hi, I use nios2gcc-20080203.tar.bz2 and nios2-linux-20100621.tar to build uclinux,and they work well. But when I build my c and c++ files,I get a error: /usr/local/...
Altera_Forum
Honored Contributor
13 years agoIIRC you can't link to "dl" (dynamic loader/linker(?)) on uclinux/uclibc. You'll have to take that out of your build. If your program relies on it (for some sort of plugins maybe?) it's not going to work.