Forum Discussion

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

I am on Windows 10 with Quartus 17.1 and do not seem to get a valid compile for a Cyclone 10 GX device, Quartus crashes and quit. I am new to this forum and Quartus, please any help or advice would be appreciated.

9 Replies

  • Hi Jaco, Good day to you. Kindly provide more information as below. 1. Which Quartus Prime Edition you're using? 2. Print screen of the following error. Thank you.
    • JMart98's avatar
      JMart98
      Icon for New Contributor rankNew Contributor

      Hi Calvin

      Thank you for the response, please find attached the info you need.

      Regards

      Jaco

    • JMart98's avatar
      JMart98
      Icon for New Contributor rankNew Contributor
      Hi Calvin Just in case the forum links does not work. Herewith the info required. Regards J.Maritz Technical&Network Support jaco@uvirco.com Tel.+27 (0)12 349 3771 Fax.+27(0)12 349 5200 Cel.082 928 4679 UVIRCO TECHNOLOGIES
    • JMart98's avatar
      JMart98
      Icon for New Contributor rankNew Contributor
      Dear Calvin We have another problem on a Linux machine running Quartus. Error(292014): Can't find valid feature line for core Nios II Processor (6AF7_00A2) in current license. Any Ideas ? Regards J.Maritz Technical&Network Support jaco@uvirco.com Tel.+27 (0)12 349 3771 Fax.+27(0)12 349 5200 Cel.082 928 4679 UVIRCO TECHNOLOGIES
      • sstrell's avatar
        sstrell
        Icon for Super Contributor rankSuper Contributor

        If you are using the f version of the processor, you need a license for Nios. For the e (economy) version, you don't.

        #iwork4intel

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

    Problem Details

    Error:

    Internal Error: Sub-system: FIO, File: /quartus/ccl/fio/fio_path.cpp, Line: 85

    Path name is too long -- must be shorter than 260 characters

    Path (length 286): C:/Datasheets/Intel Altera/Cyclone 10/Cyclone 10 GX Dev Kit/examples/qts_fmc/qts_fmc/ip/xcvr_test_system/xcvr_test_system_data_pattern_generator_0/altera_avalon_data_pattern_generator_171/synth/xcvr_test_system_data_pattern_generator_0_altera_avalon_data_pattern_generator_171_7y4u42a.v

    Stack Trace:

    0x46ad: err_report_internal_error + 0x2d (CCL_ERR)

    0xe139: fio_display_path_too_long_assert_message + 0x229 (CCL_FIO)

    0xf0c0: FIO_PATH::flatten + 0xd00 (CCL_FIO)

    0xabea: FIO_PATH::become_simplified + 0x4a (CCL_FIO)

    0x52895: HDB_NAMESPACE::convert_to_relative_path + 0xdd (DB_HDB)

    0x41af5: HDB_CAP_ASSIGNMENT_MAKER::IMPL::create_source_file_assignment + 0xc1 (DB_HDB)

    0x420e2: HDB_CAP_ASSIGNMENT_MAKER::make + 0x132 (DB_HDB)

    0x422c6: HDB_CAP_ASSIGNMENT_MAKER::make + 0x62 (DB_HDB)

    0x47799: HDB_MODEL_BUILDER::process_assignment + 0x41 (DB_HDB)

    0x479fd: HDB_MODEL_BUILDER::process_assignments + 0x145 (DB_HDB)

    0x46a7e: HDB_CAP_ASSIGNMENT_MAKER::create_hdb_from_acf + 0x156 (DB_HDB)

    0x70fe8: QHD_DESIGN_IMPL::load_flat_block + 0x118 (comp_qhd)

    0x12e1f: qis_get_rtl_stage + 0x2bf (synth_qis)

    0x12afa: qis_get_current_rtl_stage + 0xaa (synth_qis)

    0x147f3: qis_analyze_files + 0x73 (synth_qis)

    0x161e2: TclNRRunCallbacks + 0x62 (tcl86)

    0x17a65: TclEvalEx + 0xa65 (tcl86)

    0xa6f8b: Tcl_FSEvalFileEx + 0x22b (tcl86)

    0xa5646: Tcl_EvalFile + 0x36 (tcl86)

    0x13486: qexe_evaluate_tcl_script + 0x376 (comp_qexe)

    0x12674: qexe_do_tcl + 0x334 (comp_qexe)

    0x17635: qexe_run_tcl_option + 0x585 (comp_qexe)

    0x25ff3: qcu_run_tcl_option + 0x1013 (comp_qcu)

    0x1289: qsyn2_tcl_process_default_flow_option + 0xa9 (quartus_syn)

    0x16f8a: qexe_run + 0x39a (comp_qexe)

    0x17d31: qexe_standard_main + 0xc1 (comp_qexe)

    0x3fa3: qsyn2_main + 0x123 (quartus_syn)

    0x13778: msg_main_thread + 0x18 (CCL_MSG)

    0x14f5e: msg_thread_wrapper + 0x6e (CCL_MSG)

    0x166e0: mem_thread_wrapper + 0x70 (ccl_mem)

    0x12ce1: msg_exe_main + 0xa1 (CCL_MSG)

    0x52ca: __tmainCRTStartup + 0x10e (quartus_syn)

    0x14033: BaseThreadInitThunk + 0x13 (KERNEL32)

    0x73690: RtlUserThreadStart + 0x20 (ntdll)

    End-trace

    Executable: quartus_syn

    Comment:

    None

    System Information

    Platform: windows64

    OS name: Windows 10

    OS version: 10.0

    Quartus Prime Information

    Address bits: 64

    Version: 17.1.0

    Build: 240

    Edition: Pro Edition

  • sstrell's avatar
    sstrell
    Icon for Super Contributor rankSuper Contributor

    As the error states, your path is too long and you have spaces in it. Try shortening the path (put the project folder closer to the top-level of your hard drive) and avoiding spaces.

    #iwork4intel