LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   No space left on the device (https://www.linuxquestions.org/questions/programming-9/no-space-left-on-the-device-197036/)

ashwinipahuja 06-23-2004 10:49 PM

No space left on the device
 
hello everybody
i am working on kdevelop. i get an error " no space left on the device "
during execution of the program. can any body help me out . the pattern of the error is like this :

final link failed
no space left on the device
collect2:id returned 1 exit status

rshinoy 06-24-2004 12:05 AM

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


All times are GMT -5. The time now is 06:40 PM.