On Tue, Oct 20, 2020 at 06:49:10PM +0300, Ivan Serdyuk wrote:
>It was compiled - but I can't make it run:
>
> ~/dpdk-20.08/build-clang/app$ ./dpdk-pdump
> Illegal instruction (core dumped)
> ~/dpdk-20.08/build-clang/app$ ./dpdk-proc-info
> Illegal instruction (core dumped)
It was compiled - but I can't make it run:
~/dpdk-20.08/build-clang/app$ ./dpdk-pdump
> Illegal instruction (core dumped)
> ~/dpdk-20.08/build-clang/app$ ./dpdk-proc-info
> Illegal instruction (core dumped)
> ~/dpdk-20.08/build-clang/app$ ./dpdk-test-acl
> Illegal instruction (core dumped)
> ~/dpd
On Mon, Oct 19, 2020 at 4:34 PM Bruce Richardson
wrote:
> On Mon, Oct 19, 2020 at 04:17:36PM +0300, Ivan Serdyuk wrote:
> Hi Ivan
>
Hello, Bruce.
> Why are you exporting these CPP and CXX flags? The CXX flags will have no
> effect on the DPDK build as it does not use c++ code.
>
Probably my m
On Mon, Oct 19, 2020 at 04:17:36PM +0300, Ivan Serdyuk wrote:
> Hi there.
> I tried the following:
>
> export CPPFLAGS=' -stdlib=libc++ ' CXXFLAGS=' -stdlib=libc++ '
> > meson build-clang
> > cd build-clang
> > ninja -j 4
> >
>
Hi Ivan
Why are you exporting these CPP and CXX flags? The CXX flags
Hi there.
I tried the following:
export CPPFLAGS=' -stdlib=libc++ ' CXXFLAGS=' -stdlib=libc++ '
> meson build-clang
> cd build-clang
> ninja -j 4
>
and got such issues:
> [213/2379] Compiling C object 'lib/76b5a35@@rte_bitratestats@sta
> /librte_bitratestats_rte_bitrate.c.o'.
> clang-11: warnin
5 matches
Mail list logo