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++
12604 Discussions

How can I use select() under uclinux?

Altera_Forum
Honored Contributor II
987 Views

I have code run perfectly under linux, but select() always return 0 under uclinux. Is there any configure i miss?

0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
231 Views

select works. you don't have to configure anything. make sure that select gets the right parameters and values.

0 Kudos
Altera_Forum
Honored Contributor II
231 Views

Thanks. I got a wrong parameter. Now it works fine.

0 Kudos
Reply