On Tue, Jan 19, 2016 at 1:45 PM, Alan Cox <a...@lxorguk.ukuu.org.uk> wrote:
> If your crt0.s lists CODE then DATA (as is normal) then it will put the
> data and the like directly after the code unless you specify a --data-loc.
> So if you specify --code-loc 32768 and don't specify a data-loc or have
> one in the linker file it'll pack code/cost/data/etc with all the free
> memory at the top.

That simplifies things a lot. The documentation was a bit misleading.. =)

The warning might still be useful, though.

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to