> -----Original Message----- > From: Bruce Richardson > Sent: Tuesday, August 1, 2023 4:22 PM > To: Ali Alnubani > Cc: David Marchand ; Patrick Robb > ; Tyler Retzlaff ; > dev@dpdk.org; Morten Brørup ; NBU- > Contact-Thomas Monjalon (EXTERNAL) > Subject: Re: [PATCH v3] build: update DPDK to use C11 standard > > On Tue, Aug 01, 2023 at 12:42:36PM +0000, Ali Alnubani wrote: > > > > > On Ubuntu 20.04 while cross compiling for ppc64le with powerpc64le-linux- > gnu-gcc 9.4, I see: > > > > [..] > > lib/acl/acl_run_altivec.h:44:16: error: two or more data types in declaration > specifiers > > [..] > > lib/acl/acl_run_altivec.h:44:2: error: use of boolean types in AltiVec types is > invalid > > [..] > > error: incompatible types when assigning to type '__vector unsigned char' > {aka '__vector(16) unsigned char'} from type '__vector __bool int' {aka > '__vector(4) __bool int'} > > [..] > > lib/acl/acl_run_altivec.h:66:4: error: invalid parameter combination for > AltiVec intrinsic '__builtin_vec_sel' > > [..] > > > Hi Ali, > > where can I get the full log for this error? Is it recorded in patchwork > under a particular test set? I see compile runs for loongarch and > aarch(64), but nothing listed for PPC. Hello Bruce, I run this build internally. Attaching build log with more info about the environment. Note: I'm using an out-of-tree cross file because the in-tree one doesn't set binaries.pkgconfig.