-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to Make My pythonFMU compatible with win32 or x86 #204
Comments
Run Copy the 32 bit shared library folder from |
Thank you for your quick response. |
It is not working |
Ah, yes remove
What is not working? |
After removing -A x64 still, I'm not getting the any win32 folder under /pythonfmu/resources/binaries/. |
Should i download a CMAKE with 32bit ? |
No. Microsoft Visual C++ (MSVC) can compile to both 64 and 32 bit. 32bit is the default, which is why x64 is specified. |
I tried deleting the build folder, ran the -build_win.sh file, But still not getting the anything under /pythonfmu/resources/binaries/ |
when i see the build outputs in cmd line, I observed that after running the cmake .. -DCMAKE_BUILD_TYPE=Release. i'm able to see only the following |
I'm not sure what the issue is. You will need to play around with the settings. You will also need 32-bit Python. |
I'm able to build a x86 or Win32 using -DCMAKE_BUILD_TYPE=Release , getting the x86 folder with dll under /pythonfmu/resources/binaries/ . I copied it to the Binaries of the built FMU . Now when i try to Simulate , Simulation is not working . |
I have a built a PythonFMU, it is compatible with win64. I require the same FMU to be compatible with win32. Can explain the procedure.
The text was updated successfully, but these errors were encountered: