[Mesa-dev] Check about recent changes in amdgpu

Dave Airlie airlied at gmail.com
Mon Sep 12 01:22:53 UTC 2016


On 10 September 2016 at 09:30, Mauro Rossi <issor.oruam at gmail.com> wrote:
> Hi Dave,
>
> while checking mesa-dev with android build,
> I'm porting the necessary changes to to have amd/addrlib in Android build,
>
> but I have also encountered a building error related to commit
> https://cgit.freedesktop.org/mesa/mesa/commit/?id=1add3562e33f0234da50e54dda8cfa6dac613125
>
> In the attachment the full build log, under my signatue short error log.
>
> If I revert 1add3562e33f0234da50e54dda8cfa6dac613125
> and after that I modify src/amd/common/amdgpu_id.h
> in this way...
>
> -#include "util/u_endian.h"
> +#include "pipe/p_config.h"
>
> ...I can build mesa and complete Android 7.0, build,
> so there may be some part missing in the new util/u_endian.h
> header compared to the old one.

Does android have an endian.h? does the attached patch work?

Android seems to rely on the gallium hardcoding of architectures, which
I'd rather no port over to u_endian, but if the attached patch doesn't work,
then I'll do that.

Dave.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-u_endian-add-android-to-glibc-clause.patch
Type: application/binary
Size: 614 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160912/f8199f65/attachment.bin>


More information about the mesa-dev mailing list