From mboxrd@z Thu Jan 1 00:00:00 1970 From: tom.barbette@ulg.ac.be Subject: eal/tile arch broken on v16.04 Date: Fri, 8 Apr 2016 05:37:48 +0200 (CEST) Message-ID: <1102605484.37138711.1460086668062.JavaMail.zimbra@ulg.ac.be> References: <1870115887.37138334.1460085907534.JavaMail.zimbra@ulg.ac.be> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: zlu@ezchip.com To: dev@dpdk.org Return-path: Received: from serv108.segi.ulg.ac.be (serv108.segi.ulg.ac.be [139.165.32.111]) by dpdk.org (Postfix) with ESMTP id 83DAD2BE4 for ; Fri, 8 Apr 2016 05:37:48 +0200 (CEST) In-Reply-To: <1870115887.37138334.1460085907534.JavaMail.zimbra@ulg.ac.be> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, I cannot build DPDK for tile-tilegx-linuxapp-gcc with any of the release candidates for 16.04 : -- (...) CC eal.o In file included from /home/tom/dpdk-tile/lib/librte_eal/linuxapp/eal/eal.c:68:0: /home/tom/dpdk-tile/tile-tilegx-linuxapp-gcc/include/rte_cycles.h:40:24: fatal error: arch/cycle.h: No such file or directory #include ^ compilation terminated. /home/tom/dpdk-tile/mk/internal/rte.compile-pre.mk:126: recipe for target 'eal.o' failed -- I also could never (cross)-compile without changing the following configure options on v2.1 or v2.2, they cause intrinsic arch incompatibilities, so why aren't they removed by default in the tile defconfig? CONFIG_RTE_LIBRTE_KNI=n CONFIG_RTE_KNI_KMOD=n CONFIG_RTE_LIBRTE_HASH=n CONFIG_RTE_LIBRTE_IP_FRAG=n CONFIG_RTE_LIBRTE_CXGBE_PMD=n I imagine it'll stay true for 16.04... Thanks, Tom