Forum Discussion
Altera_Forum
Honored Contributor
21 years agoabout zipfs
hello all, I select the template project:Zip Filing system.but when I run this project , the console show: Cannot open file. who can tell me how to let it run properly. and how...
Altera_Forum
Honored Contributor
21 years agoffone13,
The only documentation on the implementation details is the source code. The specification of the ZIP file format which can be found here http://www.pkware.com/company/standards/appnote/ (http://www.pkware.com/company/standards/appnote/) As for the interface functions these are as per the newlib specification see altera/kits/nios2/documents/gnu-tools/newlib/libc.html#SEC189 Given that the filing system works, I'm intrigued why you need to understand the implementation details, are you changing it?