The Wayback Machine - https://web.archive.org/web/20220314050140/https://github.com/baldurk/renderdoc/issues/2332
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document and/or fail build early on unsupported platforms #2332

Closed
autumnontape opened this issue Aug 2, 2021 · 1 comment
Closed

Document and/or fail build early on unsupported platforms #2332

autumnontape opened this issue Aug 2, 2021 · 1 comment

Comments

@autumnontape
Copy link

@autumnontape autumnontape commented Aug 2, 2021

Description

I tried building RenderDoc on an armv7h device running Arch Linux ARM today. The build took a while and proceeded to the linking stage before failing. I went to the issue tracker for information and found issue #2194, which revealed the platform wasn't supported and that I wasn't the first to make this mistake.

This is a risk I took by building on a platform I hadn't been able to confirm was supported, but it's also close to a worst-case scenario. I tried to find information on whether ARM-based desktop Linux systems were supported by RenderDoc before building, but I found none until I went to the issue tracker. An easy-to-find list of supported platforms or an earlier failure would have saved me a lot of time.

Environment

  • RenderDoc version: 1.15
  • Operating System: Arch Linux ARM (armv7h)
  • Graphics API: N/A
@baldurk
Copy link
Owner

@baldurk baldurk commented Aug 2, 2021

I've added a note that only 64-bit x86 is supported both to the README as well as to the documentation on compiling and dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants