- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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. SekiyamaLink Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi 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
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page