>> driver = rhd2000.Driver()
Warning: Message from C preprocessor:
C:\Program Files\MATLAB\R2017a\toolbox\local\rhd2000 matlab toolbox\+rhd2000\RHD2000Toolbox.h:10:9:
warning: #pragma once in main file
#pragma once
^
> In loadlibrary
In rhd2000.Driver (line 36)
Warning: Warnings messages were produced while parsing. Check the functions you intend to use for
correctness. Warning text can be viewed using:
[notfound,warnings]=loadlibrary(...
> In loadlibrary
In rhd2000.Driver (line 36)
Error loading library intermediate output follows.
The actual error is at the end of this output.
*********
Failed to parse type '( __cdecl__ )) Close ( BOARDREF boardRef' original input '( __cdecl__ )) Close ( BOARDREF boardRef '
Found on line 24 of input from line 28 of file C:\\Program Files\\MATLAB\\R2017a\\toolbox\\local\\rhd2000 matlab toolbox\\+rhd2000\\RHD2000Toolbox.h
Error parsing argument for function __attribute__ function may be invalid.
Failed to parse type '( __cdecl__ )) Configure16DigitalOutputs ( BOARDREF boardRef' original input '( __cdecl__ )) Configure16DigitalOutputs ( BOARDREF boardRef '
Found on line 29 of input from line 33 of file C:\\Program Files\\MATLAB\\R2017a\\toolbox\\local\\rhd2000 matlab toolbox\\+rhd2000\\RHD2000Toolbox.h
Error parsing argument for function __attribute__ function may be invalid.
Failed to parse type '( __cdecl__ )) EndImpedanceMeasurement ( BOARDREF boardRef' original input '( __cdecl__ )) EndImpedanceMeasurement ( BOARDREF boardRef '
Found on line 79 of input from line 83 of file C:\\Program Files\\MATLAB\\R2017a\\toolbox\\local\\rhd2000 matlab toolbox\\+rhd2000\\RHD2000Toolbox.h
Error parsing argument for function __attribute__ function may be invalid.
.
.
.
*********
Error using loadlibrary
Building RHD2000m_thunk_pcwin64 failed. Compiler output is:
C:\ProgramData\MATLAB\SupportPackages\R2017a\3P.instrset\mingw_492.instrset\bin\gcc -I"C:\Program
Files\MATLAB\R2017a\extern\include" -fexceptions -fno-omit-frame-pointer
-I"C:\Users\WeberChungPC_03\Downloads" -I"C:\Program Files\MATLAB\R2017a\toolbox\local\rhd2000 matlab
toolbox\+rhd2000" "RHD2000m_thunk_pcwin64.c" -o "RHD2000m_thunk_pcwin64.dll" -shared
RHD2000m_thunk_pcwin64.c:33:37: error: expected '=', ',', ';', 'asm' or '__attribute__' before ')' token
EXPORT_EXTERN_C long long(__cdecl__))Close(BOARDREFboardRefThunk(void fcn(),const char *callstack,int
stacksize)
^
RHD2000m_thunk_pcwin64.c:42:37: error: expected '=', ',', ';', 'asm' or '__attribute__' before ')' token
EXPORT_EXTERN_C long long(__cdecl__))Configure16DigitalOutputs(BOARDREFboardRefThunk(void fcn(),const
char *callstack,int stacksize)
^
RHD2000m_thunk_pcwin64.c:51:37: error: expected '=', ',', ';', 'asm' or '__attribute__' before ')' token
EXPORT_EXTERN_C long long(__cdecl__))EndImpedanceMeasurement(BOARDREFboardRefThunk(void fcn(),const char
*callstack,int stacksize)
^
RHD2000m_thunk_pcwin64.c:60:37: error: expected '=', ',', ';', 'asm' or '__attribute__' before ')' token
EXPORT_EXTERN_C long long(__cdecl__))Stop(BOARDREFboardRefThunk(void fcn(),const char *callstack,int
stacksize)
^
RHD2000m_thunk_pcwin64.c:69:37: error: expected '=', ',', ';', 'asm' or '__attribute__' before ')' token
EXPORT_EXTERN_C long long(__cdecl__))RunContinuously(BOARDREFboardRefThunk(void fcn(),const char
*callstack,int stacksize)
^
.
.
.
Error in rhd2000.Driver (line 36)
loadlibrary(dll, '+rhd2000\RHD2000Toolbox.h', 'alias', 'RHD2000m');
0 件のコメント
サインインしてコメントする。