Error en Matlab al usar Ejecutar un archivo

2 visualizaciones (últimos 30 días)
Christian Solaque
Christian Solaque el 6 de Mzo. de 2024
Respondida: Karan Singh el 6 de En. de 2025
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

Respuestas (1)

Karan Singh
Karan Singh el 6 de En. de 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

Community Treasure Hunt

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

Start Hunting!

Translated by