Error en Matlab al usar Ejecutar un archivo

조회 수: 1 (최근 30일)
Christian Solaque
Christian Solaque 2024년 3월 6일
답변: Karan Singh 2025년 1월 6일
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