1830165 Members
3033 Online
109999 Solutions
New Discussion

ld error

 
Chakravarthi
Trusted Contributor

ld error

i'm getting following error when i do make

ld: final link failed: No space left on device

df -k,, enough space is there on the disk

df -i ,, even inodes are free

please suggest

thanks
chakri
3 REPLIES 3
Mark Grant
Honored Contributor

Re: ld error

My guess is that despite your "df" output, there is not enough space on the device for linking.

Perhaps you can provide more inofrmation. For example, what are you building, where are you building it and what is the output of your "df"
Never preceed any demonstration with anything more predictive than "watch this"
Francisco J. Soler
Honored Contributor

Re: ld error

Hi chakri,

If you have several partitions, is possible that you have one partition full when you are linking.

Frank.
Linux?. Yes, of course.
Fred Ruffet
Honored Contributor

Re: ld error

Ld is likely to remove is temporary files when ending on an error, so you can not see the problem.

If your make runs long, try to monitor the disk usage. If no, try to increase your FS size (if able) or try to link where there is much space available.

Regards,

Fred
--

"Reality is just a point of view." (P. K. D.)