Re: [cc65] Serial port problem

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2009-12-29 08:57:13
On Mon, Dec 28, 2009 at 07:02:36PM -0700, Tom Watt wrote:
> I've included serial.h, and trying to use the following code:
>
> 	ser_load_driver("c64-swlink.ser");
>
> But keep getting this:
>
> Unresolved external `_ser_load_driver' referenced in:
>   term.s(17)
> ld65.exe: Error: 1 unresolved external(s) found - cannot create output file

I'm sorry, that's a problem with the library in 2.13.0 found by Oliver a short
time ago. The identifier in question isn't exported, so you cannot use it.

A workaround is to get the ser_load.s module from the sources, add an ".export
_ser_load_driver", and add it to your project, or replace the object file in
the library.
  
This will be fixed in 2.13.1.

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 Tue Dec 29 08:57:21 2009

This archive was generated by hypermail 2.1.8 : 2009-12-29 08:57:24 CET