- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all,
My OS:windows 8.1 Quartus version is :14.0 I am planning to generate hex file using nios command shell(converting elf and sof files to flash and then flash to hex) while i am running the bellow script sof2flash --epcs --input=HW.sof --output=hw.flash --quiet elf2flash --epcs --after=hw.flash --input=SW.elf --output=sw.flash cp hw.flash hw_sw.flash cat sw.flash >> hw_sw.flash nios2-elf-objcopy --input-target srec --output-target ihex hw_sw.flash My_Pjt.hex command prompt showing this issue. /********************************************************************************************************/ 2 [main] uname 3172 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com 3 [main] uname 4472 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com /********************************************************************************************************/ Due to this my pof is not loading into EPCS please suggest.Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Download the patch at the bottom of this page:
http://www.altera.com/education/univ/unv-index.html Now, ignore the instructions on that page, they don't apply to 14.0 First copy C:\altera\14.0\quartus\bin64\cygwin To C:\altera\14.0\quartus\bin64\cygwin.old (To make a backup copy in case something goes wrong) Extract the files from cygwin_patch.zip to somewhere like your desktop or downloads folder, then copy the contents of the 'bin' folder (NOT the bin64 folder!) to: C:\altera\14.0\quartus\bin64 Merging folders and replacing any files. The error should have gone away.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page