/usr/bin/ld: final link failed: No space left on device is the error coming when I'm trying to complie Open Source code project
I have about 7GB free space over the Disk so I think that cannot be the cause of the issue.
I have read some where, that if source file is too big the linker error like this can be encountered; this can be true because source file is really huge. If the linker is giving an error due to file size then what can be done to solve the problem.