Error en Matlab al usar Ejecutar un archivo

2 次查看(过去 30 天)
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

回答(1 个)

Karan Singh
Karan Singh 2025-1-6
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

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by