Ask Your Question
0

What does the error message "undefined reference to 'wc_ecc_get_generator' in wolfssl" mean?

asked 2023-04-29 22:53:08 +0000

pufferfish gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-04-29 23:07:02 +0000

plato gravatar image

This error message indicates that the function wceccget_generator is not defined or implemented in the wolfssl library. This could be due to a missing library file, a compilation error or linking issue. The function is likely called in the code, but the library cannot find its implementation. To resolve the issue, the library file may need to be reinstalled or compiled correctly.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-04-29 22:53:08 +0000

Seen: 10 times

Last updated: Apr 29 '23