Origins
(Ganesh)
1
Compiling 5.5 from source throwing these errors. Any help would be appreciated. Also using Ubuntu
No errors or warnings while generating project files
NuLL3rr0r
(NuLL3rr0r)
2
For anyone coming across this, the solution is here:
Just add the following lines to your Game and Editor’s .Target.cs and rebuild:
// Disable Intel Implicit SPMD Program Compiler forced by UE 5.5 on Linux.
bCompileISPC = false;