This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to convert elf to axf?


Hello,

There are more differences than just the file format between ADS and GNU-generated images. In particular, certain functions will not be available if you load a GNU image with AXD.
You may find section 2-17 of the ADS "Getting Started" guide interesting concerning that topic.


I nevertheless don't know any solution to your image format problem.

Regards,

Vincent


young_jay@sohu.com wrote:


Hello, all:

I am developing eCos applications for ARM platform, and I want to use ADS as its debugging environment. While the elf format output file generated by GNU tools is not acceptable by ADS. Even though axf file is also in elf format, there is difference between axf and GNU-based elf file.I'd like to know if there is any tool to convert elf file generated from GNU tools to axf file in order to realize source level debugging in AXD.

In addition, is there other mothod to solve this conflict except to utilize
gdb to do this? Thank you for your concern.

Best regards,
Young Jay


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]