Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
16 years ago

SOPC 9.1 equiv. of setting_numShadowRegisterSets, setting_eicPresent, etc.

Hi

While importing an SOPC implementation from 9.0, I am getting these errors. Can someone tell me how important these settings are and what would be equivalent for this in 9.1 SOPC.

No parameter named setting_shadowRegisterSetsPresent in cpu.

No parameter named setting_eicPresent in cpu.

No parameter named setting_autoAssignNumShadowRegisterSets in cpu.

Any help would be greatly appreciated.

Regards

3 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    UP. I have same problem when try to build "Nios II UDP offload Example" in Q11.0_SP1. How to fix it?

    
    Error: set_parameter cpu setting_shadowRegisterSetsPresent false: null
    set_parameter cpu setting_numShadowRegisterSets 1: null
    set_parameter cpu setting_eicPresent false: null
    set_parameter cpu setting_autoAssignNumShadowRegisterSets true: null
    SOPC Builder system was created successfully...
    SOPC Builder system was NOT generated successfully...
    Error in build_and_generate_sopc_system...
    
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    At now i can't build NIOS II software project. I get errors:

    
    Description    Resource    Path    Location    Type
    more undefined references to `tftp_unlock' follow    udpoffload        line 136    C/C++ Problem
    more undefined references to `tftp_unlock' follow    udpoffload        line 162    C/C++ Problem
    undefined reference to `tftp_lock'    udpoffload        line 154, external location: d:\test\udp_offload_example_3c120_src_90sp2\software_examples\udp_offload_3c120\bsp\iniche\src\tftp\tftpsrv.c    C/C++ Problem
    undefined reference to `tftp_lock'    udpoffload        line 53, external location: d:\test\udp_offload_example_3c120_src_90sp2\software_examples\udp_offload_3c120\bsp\iniche\src\tftp\tftpcli.c    C/C++ Problem
    undefined reference to `tftp_lock'    udpoffload        line 677, external location: d:\test\udp_offload_example_3c120_src_90sp2\software_examples\udp_offload_3c120\bsp\iniche\src\tftp\tftputil.c    C/C++ Problem
    undefined reference to `tftp_lock'    udpoffload        line 771, external location: d:\test\udp_offload_example_3c120_src_90sp2\software_examples\udp_offload_3c120\bsp\iniche\src\tftp\tftputil.c    C/C++ Problem
    undefined reference to `tftp_unlock'    udpoffload        line 122, external location: d:\test\udp_offload_example_3c120_src_90sp2\software_examples\udp_offload_3c120\bsp\iniche\src\tftp\tftpcli.c    C/C++ Problem
    undefined reference to `tftp_unlock'    udpoffload        line 146, external location: d:\test\udp_offload_example_3c120_src_90sp2\software_examples\udp_offload_3c120\bsp\iniche\src\tftp\tftpcli.c    C/C++ Problem
    undefined reference to `tftp_unlock'    udpoffload        line 152, external location: d:\test\udp_offload_example_3c120_src_90sp2\software_examples\udp_offload_3c120\bsp\iniche\src\tftp\tftpcli.c    C/C++ Problem
    undefined reference to `tftp_unlock'    udpoffload        line 173, external location: d:\test\udp_offload_example_3c120_src_90sp2\software_examples\udp_offload_3c120\bsp\iniche\src\tftp\tftpsrv.c    C/C++ Problem
    undefined reference to `tftp_unlock'    udpoffload        line 199, external location: d:\test\udp_offload_example_3c120_src_90sp2\software_examples\udp_offload_3c120\bsp\iniche\src\tftp\tftpsrv.c    C/C++ Problem
    undefined reference to `tftp_unlock'    udpoffload        line 219, external location: d:\test\udp_offload_example_3c120_src_90sp2\software_examples\udp_offload_3c120\bsp\iniche\src\tftp\tftpsrv.c    C/C++ Problem
    undefined reference to `tftp_unlock'    udpoffload        line 315, external location: d:\test\udp_offload_example_3c120_src_90sp2\software_examples\udp_offload_3c120\bsp\iniche\src\tftp\tftpsrv.c    C/C++ Problem
    undefined reference to `tftp_unlock'    udpoffload        line 59, external location: d:\test\udp_offload_example_3c120_src_90sp2\software_examples\udp_offload_3c120\bsp\iniche\src\tftp\tftpcli.c    C/C++ Problem
    undefined reference to `tftp_unlock'    udpoffload        line 718, external location: d:\test\udp_offload_example_3c120_src_90sp2\software_examples\udp_offload_3c120\bsp\iniche\src\tftp\tftputil.c    C/C++ Problem
    undefined reference to `tftp_unlock'    udpoffload        line 79, external location: d:\test\udp_offload_example_3c120_src_90sp2\software_examples\udp_offload_3c120\bsp\iniche\src\tftp\tftpcli.c    C/C++ Problem
    undefined reference to `tftp_unlock'    udpoffload        line 790, external location: d:\test\udp_offload_example_3c120_src_90sp2\software_examples\udp_offload_3c120\bsp\iniche\src\tftp\tftputil.c    C/C++ Problem
    

    I can't find body's of these undefined functions. What's this? Please help :)