Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

nios-II +uclinux

Altera_Forum
Honored Contributor II
1,040 Views

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.

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
352 Views

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.

0 Kudos
Reply