07/18/2018 3:51 PM
post118967
|
That error message should include the name of your DLL, so I suspect the code couldn't determine it. Did you get any
error messages before that one?
As the docs mention, if you don't set BOARD_SHUTDOWN_DLL, the function builds the name based on the type of hardware.
Did you get an error message mentioning uname()?
If you specified a name in BOARD_SHUTDOWN_DLL, and dlopen() couldn't open it, then you should have had an error message
from that call.
What's the value of BOARD_SHUTDOWN_DLL?
|
|
|