GPUOpen-LibrariesAndSDKs / RenderPipelineShaders

Render Pipeline Shaders SDK
MIT License
312 stars 24 forks source link

Linux tool binaries need to be marked as executable #26

Open expenses opened 1 year ago

expenses commented 1 year ago

Hi, currently I'm getting /bin/sh: line 1: /home/ashley/projects/rust-rps/RenderPipelineShaders/tools/rps_hlslc/linux-x64/bin/rps-hlslc: Permission denied during cmake execution. A simple chmod +x tools/rps_hlslc/linux-x64/bin/* fixes it.

expenses commented 1 year ago

I made a fork for this: https://github.com/GPUOpen-LibrariesAndSDKs/RenderPipelineShaders/compare/main...expenses:RenderPipelineShaders:linux-executables. Not sure if this repo is accepting PRs.

FlorianHerickAMD commented 1 year ago

Thank you for reporting this. We will address this either as part of a small maintenance update or the next version.