Altera_Forum
Honored Contributor
19 years agosshd on Nios II uClinux with buildroot
Hello tschmelcher,
I am following your defined step for sshd on Nios II. http://forum.niosforum.com/forum/index.php?showtopic=3252 (http://forum.niosforum.com/forum/index.php?showtopic=3252) Step 1 works fine. Step 2 have some problems 1.) Make its config.h.in: autoheader I didn't get exactly. 2.) while configuring with given command, it failed with given below error message. it is looking for zlib. ******configure: error: *** zlib missing - please install first or check config.log *** 3.) I did make in usr/ssh dir. in the start only following message came. what to do? ********************************** (cd openbsd-compat && make) make[1]: Entering directory `/home/goutam/uClinux-dist-test/user/ssh/openbsd-compat' cc -I. -I.. -c -o bsd-arc4random.o bsd-arc4random.c In file included from ../includes.h:22, from bsd-arc4random.c:25: ../config.h:9:29: config/autoconf.h: No such file or directory make[1]: *** [bsd-arc4random.o] Error 1 make[1]: Leaving directory `/home/goutam/uClinux-dist-test/user/ssh/openbsd-compat' make: *** [subdirs] Error 2 **************************************** How the error will remove. is any more patches required? thanks & regard, Goutam