From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 64CEAA0547 for ; Fri, 29 Oct 2021 16:33:33 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1A6A34111F; Fri, 29 Oct 2021 16:33:33 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id 6661F410E1 for ; Fri, 29 Oct 2021 16:33:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1635518010; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=mwQAgwGJgm/piR39Bp/EMNRUJv+XZBEPiuHRT4xi7N8=; b=gJpZJFLCy90QvGtpZXPgIo7Kp64bbTM2owdKXB9d2yw3buaqqODhQQPCDjkvxN6B+40sCc HPxeVnKH4kz/Br0sUIKGWDVvooQsIhxscZq2GHcZbSOjwMdMmwZsQ7B7hF3HgjidCc3zBE /n478WO/4eEJhl6F+zbNKaoFDwvsGzg= Received: from mail-lj1-f197.google.com (mail-lj1-f197.google.com [209.85.208.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-559-QynIiDKPPHeSl4QheRBWNw-1; Fri, 29 Oct 2021 10:33:26 -0400 X-MC-Unique: QynIiDKPPHeSl4QheRBWNw-1 Received: by mail-lj1-f197.google.com with SMTP id b8-20020a05651c028800b00211cc108922so3053286ljo.15 for ; Fri, 29 Oct 2021 07:33:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=mwQAgwGJgm/piR39Bp/EMNRUJv+XZBEPiuHRT4xi7N8=; b=X5DaL1fMIQ+2Ur6/sgq5L+2/2U8/E/ZmeCUoje+XyUdctshMUBdtJpyDlk/QE/Mdo1 alQA2hB8vRqFPgpj4A8nxwZJxxIEg2CRdvHv5Kh+RIhyhe1OFWCPRRNtgwUjBN883C44 i6Twmjo5zw+yZX08BLUuijeSFlLzZfXk+Df7ykD9OkM9pHhnD3RiFSvutX73LAfDPpCd mLmSBPkQ9TVacJHMfQ7yX48dvBgKTMAa1yadnguq0ZV5SSpjIq46HBmACJV9SQzH+aPG noJAjC9Tcx5vSy6bUTI4RRzNM9Rv8CA3GJUjvhDP7Itrc/qz6vnaMW8RRa+jZetLDlWy 0IUQ== X-Gm-Message-State: AOAM532LxGJQ4gBQ/rrPlMTaYpB1YLTVMEXPo3NebgQbBlN9YAucyxRz gW7x8Y6C1ax9L7RBSuPUAbwPnM0dHKk03q3oJ5B5rRsAoWKgmVo/+I3U5MYiLoUH67tyM9N86F1 LZsM2I14xr7rFPXTl2HSP9g== X-Received: by 2002:a2e:7f1b:: with SMTP id a27mr11483090ljd.55.1635518005144; Fri, 29 Oct 2021 07:33:25 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzQO1dm8d2dPDKoI2kk5i9BE11RQyt92LR4zr4sjgQe9oDqrlFxejJQ0+t01mFElEaA1cf+t1cRdV/Smbx/O8s= X-Received: by 2002:a2e:7f1b:: with SMTP id a27mr11483067ljd.55.1635518004948; Fri, 29 Oct 2021 07:33:24 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: David Marchand Date: Fri, 29 Oct 2021 16:33:13 +0200 Message-ID: Subject: Re: Error while compiling dpdk 21.08 for arm64 To: animesh tripathi Cc: users Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: users-bounces@dpdk.org On Fri, Oct 29, 2021 at 4:04 PM animesh tripathi wrote: > > Hi Team, > > I am trying to compile dpdk 21.08 for arm64, but I am getting the following error while compiling. I am compiling dpdk 21.08 on arm64 platform only. > This is a known issue with some toolchains. See: https://bugs.dpdk.org/show_bug.cgi?id=697 If you don't need this driver, you can disable it by passing meson option -Ddisable_drivers=common/cnxk -- David Marchand