Forum Discussion
Altera_Forum
Honored Contributor
16 years agoLinux with MMU: inetd and telnetd problem
hi all: After run a uclinux, I try to use the linux with MMU. At first is the inetd can't find serveces. I close the "Cull unused ELF shared libraries" and compile, >Blackfin build options ...
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- just turn on "Build BusyBox as a static binary (no shared libs)" and telnetd ok. --- Quote End --- Hello, juist encountered same problem. I solved it using the telnet and telnetd outside busybox. Compiling the busybox as a static binary made a lot of SEGV. May I forget to do a make clean before recompiling? Do I really need to clean before changing that option?