Reputation: 11
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.
Upvotes: 1
Views: 1789
Reputation: 1
Use dumpifs. Example:
dumpifs shell.ifs
check this the -x option can extract the files specified after the image.
Upvotes: 0
Reputation: 1165
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.
Upvotes: 0