Re: [cc65] Does 4529 TGI library compile?

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2009-12-17 20:26:05
On Wed, Dec 16, 2009 at 08:51:11PM +0100, Spiro Trikaliotis wrote:
> does SVN version 4529 on trunk actually compile?

I think so. At least the daily snapshots seem to build.

> _circle.s(19): Error: Symbol `_tgi_ellipse' is undefined
> make: *** [tgi_circle.o] Error 1
>
> I applied the following patch:

The include file tgi-kernel.inc contains

        .global         _tgi_ellipse

so the patch should not be necessary. I can build the library without problems
here.

> and this file compiles, but then, I got other errors:
>
> tgi_clippedline.s(416): Error: Symbol `tgi_clip_y2' is undefined
> tgi_clippedline.s(406): Error: Symbol `tgi_clip_x2' is undefined
[...]

All these are declared global in tgi-kernel.inc, too.

> I could go through these files, too. However, I ask myself if this is
> intended, or if I have a local problem?

I think so. _tgi_ellipse was added in revision 4445 to tgi-kernel.inc, so it
should be definitely there. Please check this file, because it seems to be the
cause of your problems.

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz@musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Thu Dec 17 20:26:11 2009

This archive was generated by hypermail 2.1.8 : 2009-12-17 20:26:13 CET