Frequently Asked Questions¶
I get the Library 'MikroSDK.Driver' not found.
error message, what is that?¶
Library 'MikroSDK.Driver' not found. Be sure that 'MEMAKE_PREFIX_PATH' configuration entry contains path where library is installed.'
This error message happens when memake build system can't find a dependent
library listed in depends
property in memake project file, or is selected in
the Library manager in NECTO
Studio. It means that you do not have mikroSDK installed for your hardware
configuration (microcontroller, board, compiler). Please check if mikroSDK
supports
your hardware and that you have properly installed mikroSDK and configured your
profile in NECTO Studio.
Info
This page is under development and is subject to change.