Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
21 years ago

How 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...