Altera_Forum
Honored Contributor
21 years agoHow to make kernel-less monolithic executables
Hello,
I would like to run a small socket-based communication program on a Nios II processor. This program calls some uClinux functions: socket(), setsocketopt(), connect(), bind(), send(), and recv(). Is it possible to link these modules into a signle kernel-less executable (a standalone executable without the kernel) ? I would like to find a way to reduce the size of the executables. Any information would be appreciated. Sekiyama