Hi all,
I'm using icc19.4 (gcc 8.3 compatibility) on Ubuntu18.10 to build a huge project.
The build process halts throwing the following errors.
**********************************************
ld: cannot find none: No such file or directory
FATAL ERROR: ld partial link command failed
icc: error #10014: problem during multi-file optimization compilation (code 1)
***********************************************
It seems that the linker cannot find something (some files? some symbols?)
but it doesn't point out what is missing.
So is there any help about how to find the root cause? And what is the meaning of this error?
Thanks!
Regards
yuandong