简体   繁体   中英

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.

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.

Use dumpifs. Example:

dumpifs shell.ifs

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM