Bug #652
closed
memory map to be added in SUM and/or SDD
Added by bruno katra over 8 years ago.
Updated almost 6 years ago.
Description
J'ai livré à Philippe des informations en décembre par l'intermédiaire d'une issue JIRA sur le memory map. Informations qui lui avaient fait noter que la compilation RTEMS était un feu foutraque. Il me semble que Philippe m'a envoyé un truc récemment pour faire une compilation un peu plus propre. Je n'y ai pas regardé.
Il serait utile de créer une issue Redmine en retrouvant les informations que j'avais transmise à Philippe dans JIRA.
Le 03/03/2016 12:40, Bruno Katra a écrit :
Il est demandé dans plusieurs JIRA d’inclure le memory map dans le SUM. De mémoire on avait dit qu'il était aussi dans le SDD?
Comme le SDD ne sera pas finalement livré pour la R3 updated, aurais-tu quand même ça sous le coude déjà?
Merci d'avance
Bruno
Files
J'ai retrouvé l'issue JIRA :
https://jira-lesia.obspm.fr/browse/RPWSWR-671
Voici les infos fournies par Paul :
I have compiled the code with the following option:
-Xlinker -Map=output.map
The result is in attachment. Is it what you want to be delivered with the source code?
I have also added the linker scripts. We should discuss it as I did not know how to implement SSS-DR-030 at the current time.
Je joins à l'issue redmine le fichier output.map : il est volumineux, jene vois pas trop quelle partie inclure dans le SUM, il y a bien une section "Linker script and memory map" ligne 1205 mais je ne vois pas trop où ça s'arrête, est-ce cela que je dois inclure? Peux-tu éclairer ma lanterne?
Pistes laissées par Philippe Plasson :
The attached linker script (GericosCoreDemoApp_linker_script.txt) is an example of linker script allowing to build a RTEMS application with several specific sections, one these sections being reserved to the RTEMS code itself.
The important thing is to be sure that the following symbols are present in the last data section :
edata = .;
_edata = .;
and that the following symbols are present in the last bss section :
end = .;
end = .;
_end = .;
- Assignee changed from paul leroy to Alexis Jeandet
On avait pas dit que tu regardais ça (peut-être un désir inconscient de ma part)?
- Status changed from New to Closed
- Assignee changed from Alexis Jeandet to bruno katra
Map is automatically generated and included in DP since R3++
Also available in: Atom
PDF