Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!uakari.primate.wisc.edu!xanth!mcnc!rti!sas!walker From: walker@sas.UUCP (Doug Walker) Newsgroups: comp.sys.amiga.tech Subject: Re: Blink 6.7 bug? Message-ID: <1281@sas.UUCP> Date: 16 Oct 89 13:41:32 GMT References: <554@mindlink.UUCP> Reply-To: walker@sas.UUCP (Doug Walker) Organization: SAS Institute Inc, Cary NC Lines: 19 In article <89273.181019CJC105@PSUVM.BITNET> CJC105@PSUVM.BITNET (Chris Conrad) writes: >Blink version 6.7 doesn't seem to set the MEMF_CHIP flag correctly. Has >anyone else had this problem? I am compiling with Mr. Gibbs a68k assembler. >Is there a newer version of blink? When I link with 'alink' everything works >fine. You can definately get it to work by forcing the whole program into CHIP - wastes some CHIP ram, but it gets around the problem (since determined to be an A68k bug, I believe). Just use BLINK FROM (executable) TO (newexecutable) CHIP a new exe will be created with the CHIP attributes set on all hunks. --Doug