You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I am trying to build FAST_SFunc.mexmaca64 on macbook m1 but facing the following issue.
When i run create_FAST_SFunc.m in matlab2024a, error is displayed regarding openfastlib_mex not found.
I build Openfast with option
mkdir -p build
cd build
cmake .. -DBUILD_OPENFAST_SIMULINK_API=ON -DBUILD_SHARED_LIBS=OFF
make
Kindly guide me on how to proceed.
The text was updated successfully, but these errors were encountered:
Hi
I am trying to build FAST_SFunc.mexmaca64 on macbook m1 but facing the following issue.
When i run create_FAST_SFunc.m in matlab2024a, error is displayed regarding openfastlib_mex not found.
I build Openfast with option
mkdir -p build
cd build
cmake .. -DBUILD_OPENFAST_SIMULINK_API=ON -DBUILD_SHARED_LIBS=OFF
make
Kindly guide me on how to proceed.
The text was updated successfully, but these errors were encountered: