Hi Ashwini,
This usually happens when the /tmp directory is full.
The compilation process has filled the /tmp directory( or the directory where your object files are getting stored) and the linking can not proceed because of this.
It can be solved by allocating more space to /tmp directory
regards
Shenoy
|