On 10 September 2016 at 09:30, Mauro Rossi <issor.or...@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.

Attachment: 0001-u_endian-add-android-to-glibc-clause.patch
Description: application/binary

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to