Skip to content

install error #64

@733ly

Description

@733ly

install

... Build routine for mtimesx
... Checking for PC
... Finding path of mtimesx C source code files
... Found file mtimesx.c in F:\ECO\external_libs\mtimesx\mtimesx.c
... Found file mtimesx_RealTimesReal.c in F:\ECO\external_libs\mtimesx\mtimesx_RealTimesReal.c
... Opened the mexopts.bat file in C:\Users\徐志豪\AppData\Roaming\MathWorks\MATLAB\R2023a\mex_C++_win64.xml
... Reading the mexopts.bat file to find the compiler and options used.
警告: ... Supported C/C++ compiler has not been selected with mex -setup

位置:mtimesx_build (第 262 行)
位置: install (第 10 行)
警告: ... Assuming that Selected Compiler will link with Microsoft libraries
位置:mtimesx_build (第 263 行)
位置: install (第 10 行)
警告: ... Continuing at risk ...
位置:mtimesx_build (第 264 行)
位置: install (第 10 行)
... OpenMP compiler not detected ... you may want to check this website:
http://openmp.org/wp/openmp-compilers/
... Using BLAS library lib_blas = 'F:\matlab\extern\lib\win64\microsoft\libmwblas.lib'
... Now attempting to compile ...

mex('F:\ECO\external_libs\mtimesx\mtimesx.c','-largeArrayDims',lib_blas,'-DCOMPILER=(unknown)')

使用 'Microsoft Visual C++ 2022 (C)' 编译。

... Well, that didn't work ...

This may be because an OpenMP compile option was added that the
compiler did not like. Attempting to compile again, but this time
will not add the '' option.

... OpenMP compiler not detected ... you may want to check this website:
http://openmp.org/wp/openmp-compilers/
... Using BLAS library lib_blas = 'F:\matlab\extern\lib\win64\microsoft\libmwblas.lib'
... Now attempting to compile ...

mex('F:\ECO\external_libs\mtimesx\mtimesx.c','-largeArrayDims',lib_blas,'-DCOMPILER=(unknown)')

使用 'Microsoft Visual C++ 2022 (C)' 编译。

... Well, that didn't work either!

The mex command failed. This may be because you have already run
mex -setup and selected a non-C compiler, such as Fortran. If this
is the case, then rerun mex -setup and select a C/C++ compiler.
错误使用 mtimesx_build
Unable to compile mtimesx.c

出错 install (第 10 行)
mtimesx_build;
please help me!How to solve it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions