Correct linker script?
Posted: Fri Oct 03, 2014 9:58 am
So, I've noticed the linker scripts that come with the 0.9.1 SDK all vary slightly in the memory section. Does anyone know what's up with this? Which one is correct?
Also, perhaps we should have a standard linker script?
eagle.app.v6.app1.ld
eagle.app.v6.app2.ld
eagle.app.v6.ld
This goes hand-in-hand with why do we need long calls?
Also, perhaps we should have a standard linker script?
eagle.app.v6.app1.ld
Code: Select all
irom0_0_seg : org = 0x40211000, len = 0x2B000
eagle.app.v6.app2.ld
Code: Select all
irom0_0_seg : org = 0x40251000, len = 0x2B000
eagle.app.v6.ld
Code: Select all
irom0_0_seg : org = 0x40240000, len = 0x32000
This goes hand-in-hand with why do we need long calls?