It must be a problem of the memory mapping in the ROM. Static members like hexdigits seem to be excluded from the image if PGSZ is set to 0x10000.
The pointer to this array (when called from asc_to_hex) always points to 0xffffffff. damm at kieraypc01.p.y.ki.era.ericsson.se on 10.01.2000 13:27:58 An: ruedi.hofer at ascom.ch @ MailGate Kopie: linuxppc-embedded at lists.linuxppc.org @ MailGate Thema: Re: Antwort: Re: Loading the Kernel on a FADS > Not that I understand the above problem any better, but I see where it > crashes more clearly now. > > > It always crashes when it jumps into a string function from the > > lib 'string'. (e.g. strchr) > > Any ideas?? I think someone messed with PGSZ settings in main.c... I changed it back to 4096 and things started to work again. I don't really know why. It would be good if someone sat down and had a thought about what is going on... Hope it helps / Magnus Damm
