.lnk file - parse error

Nick Clifton nickc@cambridge.redhat.com
Thu Jan 3 01:20:00 GMT 2002


Hi Bala,

> /opt/hardhat/devkit/ppc/405/bin/ppc_405-ld: ADDR uses undefined section ram

Try changing this:

> > __HEAP_START    = ADDR(ram);
> > __HEAP_END      = ADDR(ram)+SIZEOF(ram);

To this:

__HEAP_START    = __BSS_END;
__HEAP_END      = 0x204000;


Cheers
        Nick



More information about the Binutils mailing list