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

Conflicting CMAKE_INSTALL_PREFIX #4

Open
Bernhard2000 opened this issue Feb 22, 2025 · 0 comments
Open

Conflicting CMAKE_INSTALL_PREFIX #4

Bernhard2000 opened this issue Feb 22, 2025 · 0 comments

Comments

@Bernhard2000
Copy link

Bernhard2000 commented Feb 22, 2025

Setting CMAKE_INSTALL_PREFIX to the CMAKE_BINARY_DIR causes a conflict that leads to the deletion of the binaries on recent CMAKE Versions, causing make vps to fail. (riscv-vp-plusplus/vp/build/bin/riscv-vp": No such file or directory, tested with CMake 3.31.5 on OpenSUSE Tumbleweed)

Workarounds:

  • Set a different folder as the CMAKE_INSTALL_PREFIX in vp/CMakeLists.txt
  • Use make DESTDIR=./dest vps to install vp binaries into different folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant