Menu

#148 After a while SDCC fails to run

closed-fixed
None
5
2001-09-30
2001-09-22
No

Every time SDCC is run, it leaves a temporary
file in the root dir (in my case E:\). Due to
the features of the FAT file system, this
dir has a very limited room for files
(something like 64 I think). When this limit
is reached, SDCC fails to run and generates
one of those windows error boxes.

SDCC RC2, MingW, flags -mz80 -c

Discussion

  • Marc Nijweide

    Marc Nijweide - 2001-09-22

    Logged In: YES
    user_id=262367

    ADDENDUM:
    Sorry, it apparently has nothing to do with the number of
    temporary files in the root dir. But occurs infrequently
    and goes away once the temporary (s3*) files are removed.
    Error is an invalid page fault.

     
  • Bernhard Held

    Bernhard Held - 2001-09-24
    • assigned_to: nobody --> bernhardheld
     
  • Michael Hope

    Michael Hope - 2001-09-30

    Logged In: YES
    user_id=373

    sdcpp now creates files in $TEMP instead of the root of the
    current drive.

     
  • Michael Hope

    Michael Hope - 2001-09-30
    • status: open --> closed-fixed
     

Log in to post a comment.