Re: [cc65] possible linker bug

Date view Thread view Subject view

From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2003-05-06 00:22:25


Hi!

On Tue, May 06, 2003 at 12:06:23AM +0200, MagerValp wrote:
> SEGMENTS {
> 	 BSS: load = LORAM, type = bss, define = yes, align = $100;
> }
[...]
> Unresolved external `__BSS_START__' referenced in:

*Segments* have __XXX_RUN__ and __XXX_LOAD__ while *memory areas* have
__XXX_START__. So just use __BSS_RUN__ instead if __BSS_START__ and you should
be fine.

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz_at_musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2003-05-06 00:22:36 CEST