Forum Discussion
11 Replies
- HRZ
Frequent Contributor
aoc does not have permission to write to your target folder. Either change the permission of the target folder so that it is writable by "Everyone", or run your command prompt as admin. I mentioned both cases also in the other thread:
- CheepinC_altera
Regular 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
New 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
New Contributor
Hello, SDesh12,
Was your issue resolved following HRZ's suggestion which is excluding "." in the path ?
If not, please let me know.
- SDesh12
New 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
Frequent 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.