Hello,
Ozone version: 3.28d
I see that this error happens in different projects, so there is no special MRE.
Steps
1. Build a C project, generate .elf file
2. Start Ozone, open Console
3. Load the project, among others there is a list of program segments dumped to the Console:
Display All
4. Now execute
Display All
Kind regards,
Vadim B
Ozone version: 3.28d
I see that this error happens in different projects, so there is no special MRE.
Steps
1. Build a C project, generate .elf file
2. Start Ozone, open Console
3. Load the project, among others there is a list of program segments dumped to the Console:
C Source Code
- File.Open: completed in 1262 ms
- Program segments:
- Address Size Code RO Data RW Data ZI Data Flg
- --------- --------- --------- --------- --------- --------- ---
- 08000000 457 792 360 232 97 560 0 0 RWE
- 20000000 40 220 0 0 20 392 19 828 RW
- 20009D1C 1 540 0 0 1 540 0 RW
- --------- --------- --------- --------- --------- --------- ---
- Total: 499 552 360 232 97 560 21 932 19 828
- --------- --------- --------- --------- --------- --------- ---
- For further information on ELF file data sections, execute command Elf.PrintSectionInfo(0).
Elf.PrintSectionInfo(0)
, note the messed formatting:C Source Code
- Data sections:
- Name Address Code RO Data RW Data ZI Data
- ----------------- ----------------- ----------------- ----------------- ----------------- -----------------
- ._user_heap_stack 20009D1C 0 0 1 540 0
- .ARM 08073C50 0 0 0 0
- .ARM.extab 08073B90 0 192 0 0
- .bss 20004FA8 0 0 0 19 828
- .data 20000000 0 0 20 392 0
- .fini_array 08073DE8 0 0 0 0
- .init_array 08073DD8 0 0 0 0
- .isr_vector 08004000 0 432 0 0
- .preinit_array 08073DD8 0 0 0 0
- .rodata 0805C0E8 0 96 936 0 0
- .text 080041C0 360 232 0 0 0
- ----------------- ----------------- ----------------- ----------------- ----------------- -----------------
- Total: 360 232 97 560 21 932 19 828
- ----------------- ----------------- ----------------- ----------------- ----------------- -----------------
- Elf.PrintSectionInfo (0); // returns 0x0
Kind regards,
Vadim B