-
Notifications
You must be signed in to change notification settings - Fork 70
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
How to install on 64-bit #6
Comments
Hey, the master branch is very much in development, it might not always build. I fixed it now, so please try again. cheers |
For the release v1.0, use
|
I am working on a raspberry pi 3b+, with raspberry pi OS 64bit Arch64 beta. Am I missing something? |
It compiles fine on the latest release of raspberry pi os, have you tried that? |
I need it to work on the 64-bit raspberry OS to make use of the AArch64 support. |
Reopening for testing on 64bit Raspberry Pi OS. Since it's still beta I can't guarantee it's going to work. |
so to build on arm64
|
Then if you test blending for example you get: which probably happens because I never tested the driver on 64bit, so you'll run into issues with that (pointers being 8 bytes long etc.) |
Thank you, I will try those changes over the weekend |
can someone change the topic title to say "How to build for 64bit?" (easier to find later) thanx for this info and the whole project @Yours3lf - OpenArena just does not cut it |
Hi Yours3lf, Thank you a ton for taking the time to look into this, it's appreciated. |
Unless these 64bit build instructions are posted in a doc within the project, can I ask this issue stays open as an "instructional" issue, which should come up in searches |
@Yours3lf: I am also trying to build for Raspbian OS 64bit, instead of Raspbian OS. |
Hi,
I'm a bit stuck and would appreciate your help.
I don't have experience installing drivers for Linux, not sure if I'm missing something.
I followed the steps in Build.MD:
How to compile on a Raspberry Pi
Clone RPi VK Driver
git clone https://github.com/Yours3lf/rpi-vk-driver.git
cd rpi-vk-driver
mkdir build
cd build
Run CMake
cmake .. -DCMAKE_BUILD_TYPE=Release
Build project
cmake --build . --target all
I executed them successfully, except for "_cmake --build . --target all" had a couple of error compiling armv6.
I get stuck on run Install.sh
install.sh is missing the "librpi-vk-driver.so"
not sure if it's important but either way the driver does not install.
I am using Raspberi Pi OS Beta to run a AArch64 Vulkan app.
Thank you in advance
The text was updated successfully, but these errors were encountered: