snippy icon indicating copy to clipboard operation
snippy copied to clipboard

General purpose RW section is required even when no memory instructions were specified

Open cesarus777 opened this issue 10 months ago • 0 comments

Reproduced on 1.0

layout.yaml:

options:
  march: riscv64

sections:
  - name: text
    VMA: 0x1000
    LMA: 0x1000
    SIZE: 0x1000
    ACCESS: rx

histogram:
  - [ADD, 1]

Command:

llvm-snippy layout.yaml

Output:

error: LLVM ERROR: Incorrect list of sections: there are no general purpose RW sections

cesarus777 avatar Apr 14 '24 02:04 cesarus777