Forum Discussion
Altera_Forum
Honored Contributor
11 years agoNIOS Not Findary Library
I have simple NIOS processor that has a UART. The NIOS Hello World template is used to create a simple program. I delared FILE *fp. The entire program is as follows: # include stdio.h main () ...
Altera_Forum
Honored Contributor
11 years agoYeah, I'm pretty certain that very few (to none) of the POSIX-like features would exist in a "reduced drivers" piece of software. There are smaller footprint versions of some of these functions...look for "alt_*" named files...if you need to reduce memory footprint.