Regarding BFD for Cortex M3

Asked by Hiren

Hi all,

I am developing the GDB Debugger's backend for Cortex M3 but I don't have the gcc update for cortex M3 so if do you have BFD for Cortex M3 then please send me the link..

Thank in advance...

Mit freundlichen Grüßen / With Best Regards
Hiren

Question information

Language:
English Edit question
Status:
Answered
For:
GNU Arm Embedded Toolchain Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Terry Guo (terry.guo) said :
#1

Hi Hiren,

Do you mean the Tag_CPU_name/Tag_CPU_arch attributes of elf file produced by gcc? I think they are already updated to have values like:

Attribute Section: aeabi
File Attributes
  Tag_CPU_name: "Cortex-M3"
  Tag_CPU_arch: v7
  Tag_CPU_arch_profile: Microcontroller
  Tag_THUMB_ISA_use: Thumb-2

or

Attribute Section: aeabi
File Attributes
  Tag_CPU_name: "Cortex-M4"
  Tag_CPU_arch: v7E-M
  Tag_CPU_arch_profile: Microcontroller
  Tag_THUMB_ISA_use: Thumb-2

Can you help with this problem?

Provide an answer of your own, or ask Hiren for more information if necessary.

To post a message you must log in.