<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Thank you Sebastian for the response.<br>
<br>
The problem is that I want that the " .text" in the top of RAM:<code>
</code>0x40000000.<br>
And also to fix the ".data" start address to not be just after
".text"<br>
<br>
The main idea is to create a hole between ".text" and ".data" <br>
<br>
How it can be done?<br>
<br>
<br>
Saludos Rafael.<br>
<br>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<pre><code>
</code></pre>
<br>
</div>
<blockquote cite="mid:529891ED.30506@embedded-brains.de" type="cite">On
2013-11-29 13:45, Rafael Morales wrote:
<br>
<blockquote type="cite">Hi RTEMS users,
<br>
<br>
I'm trying to fix the start address of the .data section in a
program running
<br>
Leon3 processor.
<br>
<br>
I've tried the easy way: modify the "linkcmds.base" file
<br>
</blockquote>
<br>
Do not modify the linkcmds.base file. Use something like this:
<br>
<br>
<a class="moz-txt-link-freetext" href="http://git.rtems.org/rtems/tree/c/src/lib/libbsp/sparc/leon3/startup/linkcmds.leon3">http://git.rtems.org/rtems/tree/c/src/lib/libbsp/sparc/leon3/startup/linkcmds.leon3</a>
<br>
<br>
</blockquote>
<br>
</body>
</html>