What format does the S32DS ELF file and MAP file belong to?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

What format does the S32DS ELF file and MAP file belong to?

3,039 次查看
gerrywang
Contributor II

Hi,all

What format does the S32DS ELF file and MAP file belong to?

The Current toolchain is Standard S32DS toolchain for E200

The IDE version is S32 Design Studio for Power Architecture v1.1

pastedImage_1.png

标签 (1)
标记 (2)
5 回复数

1,800 次查看
jinshuaixu
Contributor V

Hello,everyone,whether the problem has solved  that above mentioned?

Now l have meet a quetion that l can not updata A2L file through ELF file,details are as follows.

1.the compile software is S32DS.

2.the chip is MPC5746.

3.I through S32DS software generates ELF file.

4.the steps l oprates as below: 

jinshuaixu_1-1644409527793.png

5.the result is no map file is avaliable:

jinshuaixu_2-1644409765860.png

so,if anyone has the way to solve the problem ,please tell me,thank you.

0 项奖励

2,354 次查看
martin_kovar
NXP Employee
NXP Employee

Hello,

unfortunately, I do not know the software you use, but if I were you, I will try these two solutions:

1) I tried to search the format of map file, but I did not find anything. But because GCC is GNU, try to choose GNU format.

2) It should be also possible to insert elf file instead of map file and choose format ELF/DWARF 32bit. I suppose you try to parse some information about variables, etc. and this can be also done using .elf file.

Please let me know, if it helps you.

Regards,

Martin

0 项奖励

2,354 次查看
gerrywang
Contributor II

Hi,

I use vector company's canape software.
Creating an A2L file using the ASAP2 Editor tool requires importing a MAP or ELF file.
I use CodeWarrior5.9 ELF file and then select ELF / DWARF 32bit is possible
However, I used S32DS MAP files and ELF files were tried almost all the optional format, the results either prompted no valid MAP file or the results of the import is garbled.
When using the S32DS MAP file and selecting the GNU 68K, the variable address is parsed correctly, but the data type is parsed incorrectly.

Is it somewhere that needs to be configured?

0 项奖励

2,354 次查看
burnyfu
Contributor II

Hi,chao

   Have you solved your problem?

0 项奖励

2,354 次查看
martin_kovar
NXP Employee
NXP Employee

Hello,

I do not have license for the software tool from Vector, so I am not able to try it on my side. But from your description it is possible that this tool does not support map file generated by S32 Design Studio.

So the only advice I can give you right now is to contact Vector support and ask them about support of map files generated by GCC compiler, respectively about support of GCC ported for VLE instruction set.

Regards,

Martin

0 项奖励