I am unable to compile Unreal 4.27 in Ubuntu LTS 20.04 with the FMOD 2.02 plugin (tried both the plugin folder located in the engine and in the project) because I get the following error:
[1654/2801] Link (lld) libUE4Editor-FMODStudio.so
ld.lld: error: /home/sean/Programs/UnrealEngine-4.27/Engine/Plugins/FMODStudio/Binaries/Linux/x86_64/libfmodL.so:1: unknown directive: XSym
XSym
^
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
The engine compiles fine when I remove it from the Engine/Plugins folder.