Why do I get warnings when i am loading a DLL with LOADLIBRARY in MATLAB (R2016a x64)?

3 views (last 30 days)
Warning: The data type 'JLINK_FLASH_AREA_INFO#32' used by structure JLINKARM_DEVICE_INFO does not exist. The structure may not be usable.
> In loadlibrary
In jlink_header_load (line 18)
Warning: The data type 'JLINK_RAM_AREA_INFO#32' used by structure
JLINKARM_DEVICE_INFO does not exist. The structure may not be usable.
> In loadlibrary
In jlink_header_load (line 18)
Warning: The data type 'JLINK_FLASH_BANK_INFO#16' used by structure JLINKARM_DEVICE_INFO does not exist. The structure may not be usable.
> In loadlibrary
In jlink_header_load (line 18)
Warning: The data type 'FcnPtrPtr' used by function JLINK_OpenEx does not
exist.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!