Forum Discussion
Altera_Forum
Honored Contributor
21 years agonios-II +uclinux
I was wondering if some one points a good introductory tutorial ...about how to write a C program in uClinux...I am intereseted to see if the uclinux port for startix professional edition board EP1S40 is working fine by writting a small C program that runs as a deamon..& listen for any request that comes from another computer via TCP/IP.
1 Reply
- Altera_Forum
Honored Contributor
Writing a program for uclinux is almost the same as for any other linux. The only thing you have to consider is, that fork doesn't work.