[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: TC problems



    When loading one of my compiled files, I get the following message:
    => (load 'junk)
    Error: limit: -4  addr 4E6C80
    Tried to load too much
    
    
    ** Error: file 0 ought to be recompiled
    =>
    
        Does anyone know why I might get this error msg?
    
Most probably, your assembly or object file is corrupted.  This can 
happen if the ring gets flakey while compiling or assembling. You should 
recompile the .t file, or reassemble the .asm, file, or both.  If that
doesn't fix it, let me know (mail to t-bugs).
-------