user1038800
user1038800

Reputation: 11

How to generate ELF file for QNX IFS image

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

Answers (2)

weishengshou
weishengshou

Reputation: 1

Use dumpifs. Example:

dumpifs shell.ifs

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

Upvotes: 0

hesham_EE
hesham_EE

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

Related Questions