How to generate ELF file for QNX IFS image

1.6k views Asked by At

I need to do some Trace32 debugging and i need to see the symbols of the IFS image. I generate the IFS image for my ARM A9 platform but dont know how to generate the ELF file. can somebody help me out ? thanks.

2

There are 2 answers

0
hesham_EE On

IFS is a file system with many binaries and scripts. For trace32, when you try to debug any process (including procnto), you'd need the symbols of that process of interest. There is not such thing as ELF for IFS. It's like asking for the ELF of your harddisk.

0
weishengshou On

Use dumpifs. Example:

dumpifs shell.ifs

check this the -x option can extract the files specified after the image.