.lnk file - parse error
Nick Clifton
nickc@cambridge.redhat.com
Thu Jan 3 01:20:00 GMT 2002
More information about the Binutils mailing list
Thu Jan 3 01:20:00 GMT 2002
- Previous message (by thread): .lnk file - parse error
- Next message (by thread): MCS51 patch - part 1 of 2 - new files (for binutils 2.11.2)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): .lnk file - parse error
- Next message (by thread): MCS51 patch - part 1 of 2 - new files (for binutils 2.11.2)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list