• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Hardware/Software Co-Development, Verification…
  3. NClaunch SystemC: ncelab *F,SCILDD error

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 48
  • Views 2817
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

NClaunch SystemC: ncelab *F,SCILDD error

archive
archive over 17 years ago

Hi

I'm trying to simulate some systemc code with nclaunch. I used the example code from the "NC-SC CVE Library Engineering Notebook". When I start compiltation and so on with the ncsc_run command or the irun command I get the following error:

ncelab: *F,SCILDD: Could not load SystemC model library libncsc_model (ld.so.1: ncelab: fatal: relocation error: file: ./libncsc_model.so: symbol _ZN7display14displaySignalsEv: referenced symbol not found).

Has anybody an idea were this error comes from and how I can solve it?


Thanks in advance.

Thomas



Originally posted in cdnusers.org by TB
  • Cancel
  • archive
    archive over 17 years ago

    Hi Thomas,

    This error usually occurs when different compilers are used to create different shareable objects or if some shareable objects were compiled using 32-bit software and some were compiled using 64-bit software.

    Take a look at how your environment has been configured and make sure that the same compiler is used to compile all of your code.

    Regards,
    Gary


    Originally posted in cdnusers.org by GaryHall
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • archive
    archive over 17 years ago

    Hi Gary,

    thanks for your reply. I solved the problem. It was a very stupid error of me ;-) and had, in my case, nothing to do with different compilers.

    I implement the example from the notebook and started the 4Bit-counter example with the command that was written in the example: "ncsc_run test.cpp -top test". I thought the program compiles now the test.cpp file and all other files which were included (display.cpp, counter.cpp). But it wasn't so. I had to change the command to: "ncsc_run test.cpp display.cpp counter.cpp -top test". After this all files were compiled seperatly.

    Now the compiler showed me a little syntax error in the display.ccp. I think this error was the reason for the SCILDD error because the programm was not able to compile all files. But the program did not tell me this compilation error in the first case were I only started ncsc_run with the test.cpp.

    Regards

    Thomas


    Originally posted in cdnusers.org by TB
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information