Forum Discussion
Altera_Forum
Honored Contributor
20 years agoLinker error with BSD sockets
I am a definite newbie to Nios/uClinux but not a newbie to UNIX development in general. I have a "server" program that I developed and tested using cygwin for Windows, and now am trying to port over...
Altera_Forum
Honored Contributor
20 years agoHi squreshi,
Welcome. You need to link with libc for Nios II uClinux. There is a Nios Wiki now, http://nioswiki.jot.com/wikihome (http://nioswiki.jot.com/wikihome) . You can work on Linux. There is a Nios II cross compiler built with uClibc for uClinux. You can install binary toolchain, http://nioswiki.jot.com/wikihome/operating...binarytoolchain (http://nioswiki.jot.com/wikihome/operatingsystems/binarytoolchain) . Use uClinux-dsit to build your kernel, http://nioswiki.jot.com/wikihome/operating...ems/uclinuxdist (http://nioswiki.jot.com/wikihome/operatingsystems/uclinuxdist) And compile your app, http://nioswiki.jot.com/wikihome/operating...ms/compilehello (http://nioswiki.jot.com/wikihome/operatingsystems/compilehello)