Forum Discussion
Altera_Forum
Honored Contributor
21 years agoUsing open and other HAL unix standard functions
How do I use them? The HAL manual says to include <unistd.h> but this doesn't work. The example code says to include <stdio.h> but never mentions unistd.h. Neither of these work for me. I can'...
Altera_Forum
Honored Contributor
21 years agoIt seems my installation was corrupted and I was missing some library files. A reinstall seems to have fixed everything.
However it does still appear to need <fctrl.h> included, even though the documentation doesn't specify this.