-
Default workflow for building unreal engine binaries (dedicated server), for linux is cross compilation. I'm trying to get the same process workig for SDK. After some fiddling and trying around I got aroud, cross compile AWS SDK from Windows Linux by using unreal provided tools. Here the bat file contents:
It compiles fine, but when I try to link it against unreal project I get two errors: aws\common\math.inl(191,5): Error : '_MSC_VER' is not defined, evaluates to 0 [-Werror,-Wundef] This I fixed, and recompiled again (the if is trying to check for value instead if define exists). But this I the error I have no idea what to do about:
And I'm stuck. At that point I don't really know what to do to push it any further. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
There is a newish blog created on How to Integrate the AWS C++ SDK with Unreal Engine. Please let us know if you are still running into any problems with cross compiling this sdk |
Beta Was this translation helpful? Give feedback.
-
Hi I was trying to integrate AWS SDK with Unreal Engine 5.1.0 source on Linux (Amazon Linux 2) and I received the following error while linking. The error looks like AWS SDK was linked with libstdc++ and UE is trying to link with libc++. Is there any way to work around this issue? I have tried to follow the instructions provided in the link above to build the sdk and also tried to follow the instructions on the sdk's github page to build it. But both result in similar errors.
|
Beta Was this translation helpful? Give feedback.
-
We don't fully support Unreal Engine so I have created a feature request here. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
We don't fully support Unreal Engine so I have created a feature request here.