Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHow can I use select() under uclinux?
I have code run perfectly under linux, but select() always return 0 under uclinux. Is there any configure i miss?
2 Replies
- Altera_Forum
Honored Contributor
select works. you don't have to configure anything. make sure that select gets the right parameters and values.
- Altera_Forum
Honored Contributor
Thanks. I got a wrong parameter. Now it works fine.