Problem when I Compile OpenRadioss on Windows #811
Replies: 2 comments 1 reply
-
Hello |
Beta Was this translation helpful? Give feedback.
-
I just copied fvbag.F & fvbag2.F from old linux version into the airbag folder and moved fvbag0.F, fvbag1.F, fvbag2.F, fvtemp.F into archive. It finished compilation without any problem. Something maybe went wrong when the two files were broken into four files. I will try to setup environment and run some examples to see if executable behaves the same. Please let me know if you figure out what happened. |
Beta Was this translation helpful? Give feedback.
-
It is great news that windows compilation is available now. Thanks for your work.
I downloaded the zip file and try to compile it following the instructions from how-to.md. Everything is OK before I try to compile engine executable on windows with '.batch_script.sh -arch=win64'. I got internal compilation error when I try to compile fvbag1.F in airbag folder. Please see the following picture for compilation error. I compare the files with linux version. Linux version has two files (fvbag.F & fvbag2.F) and windows version has three files (fvbag0.F, fvbag1.F, fvbag2.F). It looks like windows version breaks fvbag.F into fvbag0.F and fvbag1.F. I doubt this is the problem. Please let me know if there is a workaround for this.
Beta Was this translation helpful? Give feedback.
All reactions