This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
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
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |