Cross compiling for Linux

Hello,

I follow this tutorial link text and this link text.
Compiling for Windows works, but not for Linux.
I have this error :
undefined reference to `std::_Rb_tree_increment(std::_Rb_tree_node_base const*)
Can we cross compiling the dedicated server on Linux, or it is not supported for 4.14 ?
Thanks

Hey -

Can you provide any additional information about your issue / setup? Where exactly are you running into this error (which step)? Can you provide the full logs where this error is generated?

Additionally, cross compiling for Linux requires a source version of the engine on the Windows machine doing the cross compile. If you’re using the editor from the launcher, you will need to download a source build first.

I have the Engine source from Github.
It failed when I select Development Server, Plateform Linux in VS2015.
I use Clang v3.9.
I delete everything and will try with 4.15 version.

Hey -

Sorry for the late response. Were you able to cross compile for Linux using 4.15? If not, please provide the exact steps you used and the full error message you’re receiving.

Hey -

We have not heard back from you in a few days, so we are marking this post as Resolved for tracking purposes. If you are still experiencing the issue you reported, please respond to this message with additional information and we will follow up.

Cheers

Sorry for the delay,
Yes I success to cross compiling my project !