-
Notifications
You must be signed in to change notification settings - Fork 80
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
Support Raspberry OS 64 bit Bullseye #108
Comments
The |
Yes, that I want to say. |
I'm also trying to run VC4CL on 64bit Raspberry Pi (Pi 3b+), do I miss something? $ sudo bash -c 'VC4CL_NO_VCSM=1 OCL_ICD_VENDORS=/opt/vc4cl/lib/libVC4CL.so clinfo --list'
Bus error |
Never seen that one. Does the program crash, SEGFAULT or hang afterwards? Can you run in e.g. gdb and post the stack which produces the error? Also can you run with On the other hand, the mailbox (and other interfaces) will probably not work at all with 64-bit OSes! |
I don't get something that looks much useful:
|
In 64 bit os, raspberry do not have libvcsm.so.
I edited file to delete all code related to vcsm and build successfully.
Could you add 64 bit flag to omit the VC4CL_MEMORY_VCSM and VC4CL_MEMORY_CMA?
Thank you.
The text was updated successfully, but these errors were encountered: