From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A5058A04C8 for ; Fri, 18 Sep 2020 18:56:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 794F11DAE9; Fri, 18 Sep 2020 18:56:20 +0200 (CEST) Received: from mail-il1-f182.google.com (mail-il1-f182.google.com [209.85.166.182]) by dpdk.org (Postfix) with ESMTP id 355071DAE8 for ; Fri, 18 Sep 2020 18:56:19 +0200 (CEST) Received: by mail-il1-f182.google.com with SMTP id q4so6874694ils.4 for ; Fri, 18 Sep 2020 09:56:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=A86OvC1tX/nHelpm3ZnLEnYoCbAfLYHciQGJtc+Yi4Y=; b=jcj8VDwmnX8xMQfjNXeyfOgvwwKf+myYFkSa6uZm4Ojm1eHZefvsxRbEO+MjqUumf0 VAYL+YCiLvcZIcpXDt4I7cMxds+M3r/TRyoMdtoJkzXIazE0txSnBUFa6sLeqkQNbWd8 vP7M7c5Lj06EkMrWFW46WBaBoNKnEW1Aal5Uc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=A86OvC1tX/nHelpm3ZnLEnYoCbAfLYHciQGJtc+Yi4Y=; b=QEr9mgYgzbWWOIPTY7F/ad/TCCFgvhQq5yypRn/vlx+FoxAM6vjiV3Sx1t9CYUm74v fUluaALbEP4GUj/LruTm/9w7hdH4hXqpqM37/CSLi6zd0OcwhsOedbPB/YEFZYTf4Uc4 PHbmgB1swPJ+CDR9580z+Fs3wtTEU0Jko923WoaJj/ZRBM1dermHKNSDfW20XdpAwDFN vpVlNwgwdBPPVs3vxh/1Db3dJJ0F6FFVOPQguaxNgTByfyrB7l46e8L0BsueYoEcjAPb 8I22V9ciO5hjhJO1uhyUtNFd3dvSFcRF4cDWFFlZBSWEVlKIokPdda9NawONktskzg0p m1pA== X-Gm-Message-State: AOAM5319ExFYBOAlzfSi1kSNZNyMAZHjZwdbMxLkzEQ2Dds1HAmHqsBc eyQkfY/9mJKSWMu6od8eJZwN+PAhKl9EvTexvuvoSQ== X-Google-Smtp-Source: ABdhPJzN1Myq6NNI4BvxJSXwXkkOy9p7Cfn/vrnpW0wx72ZSUTTK2nfOzHGpdHMeenkYP4Xi3p/mxJm0VYs3PIbz5hA= X-Received: by 2002:a92:8b48:: with SMTP id i69mr741437ild.188.1600448178523; Fri, 18 Sep 2020 09:56:18 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Brandon Lo Date: Fri, 18 Sep 2020 12:55:43 -0400 Message-ID: To: Hemant Agrawal Cc: Ruoshan Shi , "X.f. Ren" , "ci@dpdk.org" , Lincoln Lavoie Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-ci] Upgraded DTS Version for NXP X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org Sender: "ci" Hi Hemant, I have gotten more progress into building; now I am running into a different issue. There is currently an issue building a kernel module: "FAILED: kernel/linux/igb_uio/igb_uio.ko" I believe this issue is related to the following message: "/bin/sh: 1: scripts/basic/fixdep: Exec format error" Any ideas of where this error comes from? Thanks, Brandon On Fri, Sep 18, 2020 at 7:52 AM Hemant Agrawal wrote: > > HI, > What is the issue are you observing ? > > 1. install ARM cross tool chain > > sudo apt-get install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu > sudo apt-get install build-essential autoconf libtool cmake pkg-config git python-dev swig3.0 libpcre3-dev nodejs-dev > > 2. If you want to build kernel mods > Specify the kernel_dir > meson arm64-build --cross-file config/arm/arm64_dpaa_linux_gcc -Dexamples=all --werror -Denable_kmods=True -Dlibdir=lib --default-library=static > ninja -C arm64-build > > 3. or build with kmods > meson arm64-build --cross-file config/arm/arm64_dpaa_linux_gcc -Dexamples=all --werror -Dlibdir=lib --default-library=static > ninja -C arm64-build > > > Regards, > Hemant > > > -----Original Message----- > > From: ci On Behalf Of Brandon Lo > > Sent: Friday, September 18, 2020 2:30 AM > > To: Ruoshan Shi > > Cc: X.f. Ren ; ci@dpdk.org; Lincoln Lavoie > > > > Subject: [dpdk-ci] Upgraded DTS Version for NXP > > > > Hi Ruoshan, > > > > Since DPDK has discontinued make support for compiling, a DTS upgrade is > > needed for performance testing to continue on all systems. > > > > I am attempting to upgrade DTS on the NXP machine, but it seems that it is a > > fork of DTS that is from NXP's bitbucket server. > > Is it possible to pull from the upstream DPDK DTS repository and use that > > instead? > > > > I also installed meson and ninja on the machine which is needed for the new > > version, but I am having trouble building. > > It uses these commands to build (172.18.0.202 in /root/dpdk): > > 1. CC=gcc meson --werror -Denable_kmods=True -Dlibdir=lib --default- > > library=static arm64-dpaa-linuxapp-gcc 2. ninja -C arm64-dpaa-linuxapp-gcc -j > > 8 > > > > Could you help me look into this? > > > > Thanks, > > Brandon > > > > -- > > Brandon Lo > > > > UNH InterOperability Laboratory > > > > 21 Madbury Rd, Suite 100, Durham, NH 03824 > > > > blo@iol.unh.edu > > > > https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.i > > ol.unh.edu%2F&data=02%7C01%7Chemant.agrawal%40nxp.com%7Ce3 > > d40a1a7c8246676acf08d85b4cbe49%7C686ea1d3bc2b4c6fa92cd99c5c301635% > > 7C0%7C0%7C637359732457337624&sdata=IrFBG%2BvSBQi8uodqX%2FX > > QmIPnB7CVg6EbDK%2Fq3bOtdbQ%3D&reserved=0 -- Brandon Lo UNH InterOperability Laboratory 21 Madbury Rd, Suite 100, Durham, NH 03824 blo@iol.unh.edu www.iol.unh.edu