Thread: Fatal error: No space left on device

  1. #1
    Registered User Queatrix's Avatar
    Join Date
    Apr 2005
    Posts
    1,342

    Exclamation Fatal error: No space left on device

    When I attempted to compile some of my script that I edited, I got the error: "Fatal error: No space left on device". When I undid the changes I had made, I still got the same error.

    What "device" is dev referring to?

    Please help, August.

  2. #2
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Compile some of your script that you editted? I'm going to take the compile part of that statement and assume the rest until you explain what you mean better.

    What is giving you the error? The compiler or the OS? I'd imagine the "device" is either your RAM which is being used by other processes or the disk your saving to. How much RAM isn't being used and how much memory do you have left on your disk? If the answer to both is plenty, then I'm not sure what that error would be. To me it sounds like it was unable to build because there was no room for the executable on the disk.
    Sent from my iPadŽ

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM
  2. Binary Tree Revisited: Near Completion
    By Nakeerb in forum C++ Programming
    Replies: 13
    Last Post: 01-22-2003, 08:23 AM
  3. Templated Binary Tree... dear god...
    By Nakeerb in forum C++ Programming
    Replies: 15
    Last Post: 01-17-2003, 02:24 AM
  4. Release Configuration Problems
    By Unregistered in forum C++ Programming
    Replies: 5
    Last Post: 06-19-2002, 04:54 AM
  5. Please help me
    By teedee46 in forum C++ Programming
    Replies: 9
    Last Post: 05-06-2002, 11:28 PM