Bonnie Jonkman

Results 85 comments of Bonnie Jonkman

Thank you. After looking closer at your build output, it looks like it is trying to build the FAST project (not the OpenFAST-Simulink) project. Have you changed any settings in...

If you want to build the FAST executable, you should select a different configuration. For example, `Release` or `Debug`. These configurations do not link with Matlab at all.

@rafmudaf : These warning lines make me wonder if the build of the supercontroller DLL is missing the preprocessor definition `IMPLICIT_DLLEXPORT` on Linux: ``` Warning: ‘dllexport’ attribute directive ignored [-Wattributes]...

@hamidMech , make sure that you have also updated the individual turbine controllers that are defined in ServoDyn. These controllers have a different format when using the supercontroller, so they...

Could we get this bug fix merged into dev soon?

If you right-click on the each of the unloaded Fortran projects, does it give you the option to reload them? They will have to be loaded before you can build.

What version of Visual Studio 2022 are you using? [This article](https://community.intel.com/t5/Intel-Fortran-Compiler/Do-not-upgrade-VS-2022-to-version-v17-2-It-breaks-all/m-p/1382358#M161212) says VS 2022 version 17.2 breaks all of the Fortran integrations. If you have a version after VS2022 17.0.2,...

Could you post the text from the `Output` window when you build? I'd like to see where in the build order the error shows up.

I'm not exactly sure why this is giving you a linking error. It seems like the Intel integrations either aren't properly setting the path to the MKL libraries or the...

It looks like if you want to build for 32-bit Windows, you will have to download and install a separate 32-bit oneAPI base toolkit (which includes the 32-bit MKL) after...