Error en Matlab al usar Ejecutar un archivo
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Muy buenas tardes, megustaria saber la razon por el cual me sle este error:

Error using loadlibrary
Failed to preprocess the input file.
Output from preprocessor is:In file included from
C:\Users\Tecnoparque\Desktop\Robotics4\DynamixelSDK-master\c++\include\dynamixel_sdk.h:37:0:
C:\Users\Tecnoparque\Desktop\Robotics4\DynamixelSDK-master\c++\include\dynamixel_sdk/group_bulk_read.h:37:15:
fatal error: map: No such file or directory
compilation terminated.
Error in MovDinamixel_t1 (line 58)
[notfound, warnings] = loadlibrary(lib_name, 'dynamixel_sdk.h', 'addheader', 'port_handler.h',
'addheader', 'packet_handler.h', 'addheader', 'group_sync_write.h');
Teniendo en cuenta que tengo el Matlab 2017b, junto al MinGW 64, y el driver respectivo para U2D2. Con los puertos configurados
0 Kommentare
Antworten (1)
Karan Singh
am 6 Jan. 2025
From what I can figure out from translation, here is what I can offer.
"loadlbrary" uses system commands in the backend. I think x64 compilers and some tools are not installed here. So can you try to reinstall Microsoft SDK with all options checked. Here is a link for the same How do I install Microsoft Windows SDK 7.1? - MATLAB Answers - MATLAB Central.
This might be a suggestion which can help out.
Thanks,
Karan
0 Kommentare
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing 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!