-
Notifications
You must be signed in to change notification settings - Fork 15
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
Build instructions for the prebuilt QEMU with rutabaga/gfxstream support ? #145
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
(all we have atm is device/google/cuttlefish_vmm/qemu --- this has the README and build scripts, but there's no nice step by step, as the build process is finicky.) |
Thanks @enh-google , I managed to get the QEMU built with gfxstream by taking a look at the build script. However, the problem I am encountering now is that - - the output of bootanimation is fine.
And once the Android init brings up SystemUI, the cvd launcher floods with this error every single ms all over the place :
in the meantime, the display is filed with noises : ==== Shall I rename this issue or close it and then open a new one ? |
you might be better off on the mailing list, since i don't know how many people other than me and prashanthsw subscribe to all the issues, and we don't use this configuration... you're more likely to get help from another non-Googler trying to do the same thing than you are from us :-) |
btw, did you see that we [well, "prashanthsw"] updated to qemu 9? i don't remember why you were trying to build your own qemu, but if you just wanted a newer one... |
You mean gfxstream in general or QEMU 8.2 build w/ rubataga ? Thanks a lot for the tips. I will write up a report and asked in the mailing list. = = = =
Well, vendor flavored QEMU is always a thing. |
The instructions on crsovm doc seems kinda outdated.
I am having linking issues during the final stage when building QEMU :
I doubly checked with
libgfxstream_backend.a
, the symbols are indeed undefined :And these methods are supposedly to be part of gfxstream.
Is there a write up of details (including proper commit hashes) for building the QEMU with rubataga/gfxstream ?
I tried the ones from :
https://linaro.atlassian.net/wiki/spaces/ORKO/pages/28985622530/Building+QEMU+with+virtio-gpu+and+rutabaga+gfx
Yet the commit hashes are quite old and fail to build.
The text was updated successfully, but these errors were encountered: