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 ago<div class='quotetop'>QUOTE </div>
--- Quote Start --- fp=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![/b] --- Quote End --- No you don't! The problem joo21 was having was not on a PC, where your change would work. It's on the target i.e. Nios where a UNIX model is used