Commit Graph

5 Commits

Author SHA1 Message Date
Khem Raj
03c66e2ba3
pstack: Ignore on musl and arm systems
It does not build on these systems

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-09 20:17:47 -07:00
Khem Raj
79147e14b8
pstack: Do not define redundant S
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-06 22:39:27 -07:00
Khem Raj
f64fa6252c
pstack: Disable build on riscv
It is not yet ported to riscv architecture

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-03 22:38:42 -07:00
Khem Raj
0ee216b5ea
pstack: Always use gcc to compile it
Fails to build/compile with clang

TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/pstack/2.11/sources/pstack-2.11/libpstack/archreg.h:94:1: error: member access into incomplete type 'const CoreRegisters' (aka 'const pstack::Elf::user_regs_struct')
   94 | REGMAP(0, regs[0])
      | ^

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-03 18:28:36 -07:00
Wen Yang
005603e4b2
pstack: add recipe
This recipe provides pstack for C/C++, Go, Rust, and Python.

Signed-off-by: Wen Yang <wen.yang@linux.dev>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-01 08:11:11 -07:00