Forum Discussion
Altera_Forum
Honored Contributor
19 years agoSocket Program.
Hi,everybody I have build a socket program,it has server and client program. I will run server on De2 board and client on PC. But I have problem. Client is excute on "colinux" or "NiosII ...
Altera_Forum
Honored Contributor
19 years agoYou may read the Redhat's step by step guide,
http://www.redhat.com/docs/manuals/enterprise/ (http://www.redhat.com/docs/manuals/enterprise/) You may also check other redhat docs, and CentOS wiki . Programming on Linux PC is jus the same as Nios2 ucLinux. gcc hello.c -o hello ./hello # to run the compiled hello