Why do I get warnings when i am loading a DLL with LOADLIBRARY in MATLAB (R2016a x64)?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Logical finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!