Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Bernd Kuhls <bernd@kuhls.net>
To: buildroot@uclibc.org
Subject: Re: [Buildroot] [PATCH 1/1] package/libvpl: not supported on mips64
Date: Fri, 15 Nov 2024 20:51:44 +0100	[thread overview]
Message-ID: <pan$864c$16c9c8cd$9e750283$328e7b9@ID-313208.user.individual.net> (raw)
In-Reply-To: 20241110181334.0746f1a8__5312.39102581225$1731258842$gmane$org@windsurf

Am Sun, 10 Nov 2024 18:13:34 +0100 schrieb Thomas Petazzoni via buildroot:

> $ ARCH-linux-gcc -dM -E - < /dev/null | grep -E "(LP|ILP)"
> 
> For example, it looks like i386 would be supported.

Hi Thomas,

tested a defconfig based on support/config-fragments/autobuild/br-i386-
pentium4-full.config

BR2_x86_pentium4=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/
tarballs/br-i386-pentium4-full-2020.11.2.tar.bz2"
BR2_TOOLCHAIN_EXTERNAL_GCC_9=y
BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_4=y
BR2_TOOLCHAIN_EXTERNAL_LOCALE=y
# BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_DEBUG is not set
BR2_TOOLCHAIN_EXTERNAL_CXX=y
BR2_PACKAGE_LIBVPL=y

libvpl build is broken:

output/build/libvpl-2.13.0/api/vpl/mfxdefs.h:75:6: error: #error Unknown 
packing
   75 |     #error Unknown packing

because the compiler does not define __ILP32__

$ i686-linux-gcc -dM -E - < /dev/null | grep -E "(LP|ILP)"
$ 

The same is valid for support/config-fragments/autobuild/bootlin-riscv32-
glibc.config

$ riscv32-linux-gcc  -dM -E - < /dev/null | grep -E "(LP|ILP)"
$ 

I did not test other 32bit platforms because the only dependee of libvpl, 
intel-vpl-gpu-rt, is unsupported on 32bit archs anyway.

Regards, Bernd

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2024-11-15 19:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-10 10:36 [Buildroot] [PATCH 1/1] package/libvpl: not supported on mips64 Bernd Kuhls
2024-11-10 17:13 ` Thomas Petazzoni via buildroot
     [not found] ` <20241110181334.0746f1a8__5312.39102581225$1731258842$gmane$org@windsurf>
2024-11-15 19:51   ` Bernd Kuhls [this message]
2024-12-04 21:13 ` Arnout Vandecappelle via buildroot
2024-12-06 22:26 ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='pan$864c$16c9c8cd$9e750283$328e7b9@ID-313208.user.individual.net' \
    --to=bernd@kuhls.net \
    --cc=buildroot@uclibc.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox