Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!harvard!caip!cbmvax!randy From: randy@cbmvax.cbm.UUCP (Randy Weiner) Newsgroups: net.micro.amiga Subject: Re: Alink problem Message-ID: <239@cbmvax.cbmvax.cbm.UUCP> Date: Tue, 13-May-86 16:01:17 EDT Article-I.D.: cbmvax.239 Posted: Tue May 13 16:01:17 1986 Date-Received: Thu, 15-May-86 07:38:27 EDT References: <2411@ucf-cs.UUCP> Reply-To: randy@cbmvax.UUCP (Randy Weiner) Organization: Commodore Technology, West Chester, PA Lines: 43 In article <2411@ucf-cs.UUCP> ennis@ucf-cs.UUCP (Jim Ennis) writes: > > I am getting "Guru Mediation Mode" errors while running the ALINK program > on the Lattice_C 3.03 disk. > ... > I would like to know how to read this error code or where that information > is, Well Jim, my first suggestion is to make sure that you have increased the default stack (from 4000) to at least 10,000 bytes. Use the CLI command: STACK 10,000 (or any other number). I suggest you place this command in your startup-sequence file. There are no guidelines as to how large a stack is needed, 10,000 is usually enough. The stack size does not affect the size of your program. Second, you must include more information about your problem. Specifically, how do you invoke ALINK. What is the exact line used. Make sure you are using the version of ALINK that is provided on the 3.03 disk, and its libraries. And lastly, the guru errors are somewhat defined in the include file include/exec/alerts.h/i. From this you should be able to decode most guru error numbers. For a quick lesson: the number to the left of the '.' is the error code. Values less than 0F(hex) refer to a 68000 exception vector. 00000003 is an address error. The value to the right of the '.' is usually the address of the task that was running when the error was detected. As usual , make sure you are using V1.1 Amiga software (trivial). If you still have a problem, feel free to email using the signature below. -- + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Randy Weiner -- Commodore Business Machines <> uucp: {ihnp4|seismo|caip}!cbmvax!randy arpa: cbmvax!randy@seismo (or) randy@cbmvax.UUCP@{seismo | harvard} TEL: 215-431-9180