Newsgroups: comp.robotics
Path: brunix!cat.cis.Brown.EDU!agate!howland.reston.ans.net!gatech!udel!MathWorks.Com!mvb.saic.com!eskimo!wesk
From: wesk@eskimo.com (Wes Klang)
Subject: S19 record error using IC with Trivial C Program
Message-ID: <CsA3A7.LE7@eskimo.com>
Organization: Eskimo North (206) For-Ever
Date: Fri, 1 Jul 1994 20:22:51 GMT
Lines: 36

I've run into the following error in trying to get up to speed in using
IC (from MIT) on my PC.  I'd appreciate any comments and/or help.

c:\ic> type x.c
main()
{
    int i, j;

    for (i=0; i < 10; i++) {
        j = i;
    }
}

c:\ic> ic -sim x.c

ic   6811 v2.603  (31-Oct-91)   Randy Sargent

Bugs to rsargent@athena.mit.edu

Resetting simulator
Pcode version 2.60 present on board
Loading /lib/ic/lib_r21.lis.
Loading /lib/ic/anal_mux.icb.
Fatal internal error:
Illegal line in .s19 file

c:\ic>

Thanks in advance.

Wes Klang                                         wesk@eskimo.com
Seattle, WA
-- 
Wes Klang                               Internet: wesk@eskimo.com
Seattle, WA                    "Never use version 1.0 of anything" 

