Is it possible to compile the SDK as 32-bit? #2091
-
We have a very large 32-bit application. Changing that for now is off the table. When I compiled following the instructions and then began the integration into our build system, I got the following:
Checking that:
Following this stackoverflow: I tried adding:
to CMakeLists.txt But I get:
Due diligence: pointing -DCMAKE_PREFIX_PATH to "/usr/local" by way of following #1991 did not solve the problem. This isn't really a cross compile since we aren't changing architectures. If there is a way to do this, please let me know. Conversely, if it is impossible, that would be worth knowing also (and something that might go in the README...) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Yes, you should be able to compile this sdk as 32-bit. But, we haven't tested cross compiling the sdk in this configuration. If you can compile this sdk on a 32-bit machine then it should work for you |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Yes, you should be able to compile this sdk as 32-bit. But, we haven't tested cross compiling the sdk in this configuration. If you can compile this sdk on a 32-bit machine then it should work for you