Article ID: 000078423 Content Type: Troubleshooting Last Reviewed: 08/27/2014

** Error: couldn't execute "rm": no such file or directory

Environment

  • Quartus® II Subscription Edition
  • BUILT IN - ARTICLE INTRO SECOND COMPONENT
    Description You may see the error message when you run the testbench simulation script 'run_vsim.do' for SerialLite III Streaming MegaCore® Function.
    Resolution

    To work around this error, follow instructions below.

    1. Open run_vsim.do file with a text editor
    2. Replace "exec rm -rf work" with "if {[file exists work]} { vdel -lib work -all }"
    3. Save and close run_vsim.do file
    4. Re-run the script in the ModelSim®

    Related Products

    This article applies to 4 products

    Arria® V GZ FPGA
    Stratix® V GS FPGA
    Stratix® V GT FPGA
    Stratix® V GX FPGA

    Disclaimer

    1

    All postings and use of the content on this site are subject to Intel.com Terms of Use.