Why do I get warnings when i am loading a DLL with LOADLIBRARY in MATLAB (R2016a x64)?
3 views (last 30 days)
Show older comments
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.
0 Comments
Answers (0)
See Also
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!