Bonnie Jonkman
Bonnie Jonkman
Wondering if anyone has taken a look at this? In commit 292a479c, I can see that @ebranlard had some comments about those lines: ``` DELTA0 = 10.**(1.6569-.9045*LOG10(RC)+ & .0596*LOG10(RC)**2.)*C !...
WindType=3 in InflowWind is for binary TurbSim (.bts) files. Is that what you are using?
Make sure you select "Build Solution" from the Build menu (and not "Build Only FAST"). Then, if there is still an issue, please show us the content of the "output"...
Are your C projects (`FAST_Registry` and `MAP_dll`) using a C compiler that you have installed? It is probably looking for the Visual Studio 2015 compiler, which isn't installed by default....
Can you paste the text of the output window? Or attach it as a text file? I need to see the first error that is in that window--the large numbers...
For some reason Visual Studio isn't compiling the source files in the correct order. I'd recommend first closing Visual Studio and then reopening the FAST solution file and building the...
You are building for Simulink, and I suspect that you do not have the same version of Matlab installed that the Visual Studio solution has been set up to use....
Your output file shows a couple of potential issues: 1. `2>e:\working space\openfast_3.1_github\openfast-3.1.0\modules\map\src\mapapi.h : warning C4819: The file contains characters that cannot be represented in the current code page (936). Please...
The error in this text file is ``` 3>FASTlib_x64_Matlab.lib(SysMatlabWindows.obj) : error LNK2001: unresolved external symbol MEXPRINTF 3>..\..\build\bin\\openfast_x64.exe : fatal error LNK1120: 1 unresolved external command ``` This error comes from...
You should not have to install a different version of Matlab to get the OpenFAST-Simulink project to build properly. You just need to make sure that it is in fact...