Linux Development Build Fails

Hello.

I wanted to be able to crosscompile for Linux using Toolchain so i downloaded UE 4.5.1 (including required files) from git [here][1]

And I was able to build i guess (development editor?) for Win64, but packaing for Linux fails, so i found i have to also build Development / Linux in Visual studio to be able to package for Linux from UE Win Editor.

I tried it, but i still get error as on image.

Yes i selected UE4 in the right panel of Visual Studio and then pressed Build.

How to manage this?

Thanks!

L.

Could you paste the contents of the Output window too? The error message above doesn’t say what linker complained about which is essential.

ok, i will check it, thank you :slight_smile:

i am attaching whole log, but i guess problem is this:

x86_64-unknown-linux-gnu-ld.exe: cannot find -lLowLevelPROFILE

x86_64-unknown-linux-gnu-ld.exe: cannot find -lLowLevelClothPROFILE

etc…

so i am really something missing, some binaries may be? may be the optional files etc

Yes, Optional.zip is also needed to be able to compile for Linux.

Ah! Ok i will try it, thanks :).

As RCL said, Optional is also needed !!! Cool !! Now it works ! Thanks !