Why do I get warnings when i am loading a DLL with LOADLIBRARY in MATLAB (R2016a x64)?
22 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!