Forum Discussion
Altera_Forum
Honored Contributor
21 years agohow to find the source of newlib?
I need to use the function select() or sleep(). But they are not implemented in newlib after checking the doc of newlib. How could I do? Where can I find the source code of newlib? in HLA? ...
Altera_Forum
Honored Contributor
21 years agoThere is a usleep() function, included with the HAL. Regarding newlib, you can find it here:
http://sources.redhat.com/newlib/ (http://sources.redhat.com/newlib/) I think there's also an option to add the sources during kit installation. Cheers, - slacker