Hi guys.
I'm developing the FW of one LPC11C24 board using LPCXpresso v8.0.0 [Build 526].
When I trying to using a custom linker script to shift the release code from sector 0 to sector 1 (0x1000) the compiler generates one empty output like the follow:
| ext | data | bss | dec | hex | filename |
|---|
| 0 | 0 | 0 | 0 | 0 | LeMiG.axf |
The output file LeMiG.axf is empty.
If I keep the default script all builds fine.
I've attached my custom linker file.
Where I wrong?
Thanks in advance.
Diego.