From: pavenis AT lanet DOT lv To: Terje Johannessen , djgpp AT delorie DOT com Date: Wed, 18 Oct 2000 19:31:46 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Allegro interrupt handler assembler problem with gcc Message-ID: <39EDFAA2.31538.189D8D3@localhost> In-reply-to: <39ED70F9.C4E17EE3@thomson-csf.no> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 18 Oct 2000, at 11:44, Terje Johannessen wrote: > I'm trying to use the Allegro interrupt handler files in my program. > When I try to compile/assemble 'irqwrap.S' file in RHIDE 1.4.7.7 I get > an assembler error for each of the WRAPPER(0)...WRAPPER(7) definitions. > RHIDE is using gcc 2.9.5.2. The error is really a warning but handled > as an error by gcc and terminates the compilation. The error message is > "Error: Warning: Indirect ljmp without '*'". It's errorously treated as error not by gcc but by RHIDE. I fixed this in version on my HDD. However I don't know when I'll release update Andris