Replies: 1 comment 1 reply
-
|
Try putting the libraries after the source file (like you have in the GHDL example) as the linker only searches for unresolved symbols in libraries listed after the object file in the linker command line: If you run |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone. I want to set up a cosimulation of crypto units with openSSL as reference model. I try to recycle parts of older code of cosimulation with GHDL, so the C-part is already there. I have a question of how to use the shared library with nvc.
ATM I have something like that:
What I get is an error with a symbol which cannot be found:
So, my question is, how could I give nvc the information where the openSSL libraries are on my machine? With GHDL, I do it at elaboration:
Beta Was this translation helpful? Give feedback.
All reactions