Forum Discussion
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(), a...
Altera_Forum
Honored Contributor
21 years agoHi sekiyama,
If the size of the executable is your major concern, you can check lwIP with MicroC/OS II to see if it meets your requirements. As I know, lwIP has a BSD socket like API, similar to what you get from uClinux. And I am sure the application can be very small. Regards, wentao