Project

General

Profile

Actions

Bug #652

closed

memory map to be added in SUM and/or SDD

Added by bruno katra about 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
-
Start date:
08/03/2016
Due date:
% Done:

0%

Estimated time:
revision:
r0

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

output.map (818 KB) output.map bruno katra, 08/03/2016 02:35 PM
GericosCoreDemoApp_linker_script.txt (10.2 KB) GericosCoreDemoApp_linker_script.txt bruno katra, 08/03/2016 02:38 PM
Actions #1

Updated by bruno katra about 8 years ago

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?

Actions #2

Updated by bruno katra about 8 years ago

Actions #3

Updated by bruno katra about 8 years ago

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 = .;

Actions #4

Updated by paul leroy about 7 years ago

  • 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)?

Actions #5

Updated by bruno katra over 5 years ago

  • Status changed from New to Closed
  • Assignee changed from Alexis Jeandet to bruno katra

Map is automatically generated and included in DP since R3++

Actions

Also available in: Atom PDF