UE 5.5 Source Linux Compilation Errors

Compiling 5.5 from source throwing these errors. Any help would be appreciated. Also using Ubuntu
No errors or warnings while generating project files

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;

I will try this tonight and i will update.
Thanks in advance

On Fedora 41, the option

bCompileISPC = false 

is ignored and I have to run make twice anyways to compile the editor after several errors of missing *.ispc.generated.h files.