raspberrypi / userland

Source code for ARM side libraries for interfacing to Raspberry Pi GPU.
BSD 3-Clause "New" or "Revised" License
2.05k stars 1.09k forks source link

vmcs_host/vcilcs: build only on 32 bit #602

Closed daggs1-zz closed 4 years ago

daggs1-zz commented 4 years ago

vcilcs requries libbrcmEGL, libbrcmGLESv2 and libkhrn_client which have only 32 bit versions currently, so disable it when building aarch64

Signed-off-by: Dagg Stompler daggs@gmx.com

pelwell commented 4 years ago

That looks plausible. Any comments, @6by9 ?

6by9 commented 4 years ago

Yes, looks fine. I'm not totally clear what the real issue is - it all compiles fine for me, so I guess it must be creating a package or similar.

daggs1-zz commented 4 years ago

Yes, looks fine. I'm not totally clear what the real issue is - it all compiles fine for me, so I guess it must be creating a package or similar.

I'm using buildroot to generate a pure 64 bit image, I think in your case, you setup is mixed x32 and x64