Skip to content

Use with armcc #20

@Schievel1

Description

@Schievel1

Is there any way armcc/ armlink can be set up to use cdefmt?

My problem is the scatter file, I don't know how to translate the .ld snippets from the readme to arm scatter format.
Also I do not know if armlink supports build-id.

Scatter files look like this:

LR_IROM1 0x08010200 0x0006FE00  {    ; load region size_region
  ER_IROM1 0x08010200 0x0006FE00  {  ; load address = execution address
   *.o (RESET, +First)
   *(InRoot$$Sections)
   .ANY (+RO)
  }
  RW_IRAM1 0x20000000 0x00040000  {  ; RW data
   .ANY (+RW +ZI)
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions