Forum Discussion

SDesh12's avatar
SDesh12
Icon for New Contributor rankNew Contributor
6 years ago

Compilation Failed For s10gx: Couldn't open hotspot.aocx.tmp: Permission denied Error: Can't save value into package file: 'pkg_editor value.txt set .acl.version value.txt' failed

I'm trying to compile the design for s10gx on Quartus Prime 19.1 and Opencl sdk 19.1

The emulation works successfully. But when I am trying to compile the design for s10gx I get and error:

Couldn't open c:/intelFPGA_pro/Examples/1.hotspot/bin/hotspot.aocx.tmp: Permission denied

Error: Can't save value into package file: 'pkg_editor c:/intelFPGA_pro/Examples/1.hotspot/bin/hotspot/value.txt set .acl.version c:/intelFPGA_pro/Examples/1.hotspot/bin/hotspot/value.txt' failed

I have attached a screnshot too.

Does anyone know how to solve this?

11 Replies

  • CheepinC_altera's avatar
    CheepinC_altera
    Icon for Regular Contributor rankRegular Contributor

    Thanks HRZ for the guidance.

    Hi SDesh12,

    Please try the recommendation by HRZ and feel free to let us know the progress. Thank you.

  • SDesh12's avatar
    SDesh12
    Icon for New Contributor rankNew Contributor

    Hey HRZ,

    I'm running the commands using the admin cmd prompt. I also checked the permission of my target folder, it is set to "Everyone".

    But the error regarding the permission is not solved.

    The compilation is completed successfully while emulation but not for s10gx.

    Do you have any other solutions?

    • Hiroto_K_Intel's avatar
      Hiroto_K_Intel
      Icon for New Contributor rankNew Contributor

      Hello, SDesh12,

      Was your issue resolved following HRZ's suggestion which is excluding "." in the path ?

      If not, please let me know.​

      • SDesh12's avatar
        SDesh12
        Icon for New Contributor rankNew Contributor

        No. But changing the permissions to "Everyone" for that folder and all sub-folders cleared this error.

        But now I'm getting a different error:

        Error (37028): Cannot generate Atom Netlist File because family Stratix 10 is not installed

        Error (37003): Can't generate Atom Netlist File for device family Stratix 10

        Error (16546): Cannot load final database - ensure all earlier stages of the compiler have completed.

        Error (37028): Cannot generate Atom Netlist File because family Stratix 10 is not installed

        Error (37003): Can't generate Atom Netlist File for device family Stratix 10

        Error (17941): The design could not be loaded due to errors.

        Error: design::import_design -file base.qdb -overwrite failed!

        Error (23031): Evaluation of Tcl script c:/intelfpga_pro/19.1/quartus/common/tcl/internal/qatm_import_design.tcl unsuccessful

        Error: Quartus Prime Compiler Database Interface was unsuccessful. 8 errors, 0 warnings

        Error (23035): Tcl error:

        Error (23031): Evaluation of Tcl script compile_script.tcl unsuccessful

        Error: Quartus Prime Compiler Database Interface was unsuccessful. 2 errors, 0 warnings

        Error: Compiler Error, not able to generate hardware

        -I have installed the drivers successfully, still the compiler cannot recognize the S10 packages.

        Any solutions? @HRZ

  • HRZ's avatar
    HRZ
    Icon for Frequent Contributor rankFrequent Contributor

    Maybe the compiler does not accept paths with a "." in them? I recommend disabling UAC and targeting a drive other than C with a simple path that does not include any special characters.