Skip to content

V1 build broken #107

@srmo

Description

@srmo

The v1 asset for linux, named as x64 contains just a binary for arm. And trying to build it from scratch (from the v1 commit) fails due to missing flametiles plugin directories in src/

Steps to reproduce the behavior:

  1. Download the v1 asset, extract and file retrodebugger which results in retrodebugger: ELF 64-bit LSB pie executable, ARM aarch64
  2. checkout repository
  3. run ./build-linux.sh
  4. fails with
CMake Error at CMakeLists.txt:239 (add_library):
  Cannot find source file:

    .../RetroDebugger/src/Plugins/FlameTiles/C64DebuggerPluginFlameTiles.h
  1. ls src/Plugins shows that there is no FlameTiles directory as shows the source in github
  • OS: CachyOS Linux
  • x64

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions