<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">Hi RTEMS users,<br>
<br>
I'm trying to fix the start address of the .data section in a
program running Leon3 processor.<br>
<br>
I've tried the easy way: modify the "linkcmds.base" file<br>
<br>
<font color="#ff0000">.data <b>0x400C8000</b> : {<br>
<br>
}</font><br>
<br>
The section map seems correct, but at run time, it generates a
ugly:<br>
<br>
<font color="#ff0000">BAD_TRAP ! 29 - 2B undefined</font><br>
<br>
I supposed that there is an external dependence (out of
linkcmds.base) to the start of the ".data" section, that causes
the bad trap.<br>
<br>
Any advice?<br>
Thanks in advance.<br>
<br>
Saludos Rafael from Spain.<br>
</div>
</body>
</html>