Forum Discussion
Altera_Forum
Honored Contributor
21 years agoNios II ISS
Hi everybody, Am trying to prototype how I can effectively use the niosII read-only zip filing system. Am currently using the example that came with the development board and I have follo...
Altera_Forum
Honored Contributor
21 years agofp=fopen ("/mnt/rozipfs/file1.txt", "r");
You said your system is Widows OS. So you have to modify the path like below: fp=fopen ("c:\\myfile\\file1.txt", "r"); You can try it. GL!