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 18342A0C46 for ; Mon, 27 Sep 2021 17:45:30 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8C175410DA; Mon, 27 Sep 2021 17:45:29 +0200 (CEST) Received: from mail-lf1-f42.google.com (mail-lf1-f42.google.com [209.85.167.42]) by mails.dpdk.org (Postfix) with ESMTP id EE39840E3C for ; Mon, 27 Sep 2021 17:45:27 +0200 (CEST) Received: by mail-lf1-f42.google.com with SMTP id b15so78237428lfe.7 for ; Mon, 27 Sep 2021 08:45:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=i2cat.net; s=google; h=mime-version:from:date:message-id:subject:to; bh=BkaC5DNVtbXohL+bUBZIHkZujXGDFzq7xX0phFvPdks=; b=C6hyAXl3ohsayBkKng/66ih1lDr/poj4Rl0GFhUGQF4vh1r7XKWQzqR1X+zA74UcLZ 9MiYd8E3pIIcmggT0k4+GdOTFcB7hcCv6cV42F0e4LyD9KTAcdWrtQEYOjIHVkiujTAM W2Nl+1TZp5iE/7/6PUcYfmIRWoRFexsiENUTDtaD5HLVFX8+EqX8CTdvThPSSUD15eKv rwZVMvbMIE8ysNJjVIHhoQwUioF1VDDe84mEuO728hOoEi5GurUcQ0bTosCD1TaEGyej KwpHBXdKYb2AWVDoYytmJNW0+jc7ZzcQ/PrMFe+Q80XYmJGtCYbBl5ttWf2w9ZrAlTdK uLDA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=BkaC5DNVtbXohL+bUBZIHkZujXGDFzq7xX0phFvPdks=; b=myCDMm8j8vCADociY4e8ggyRI3aJaMr2Mn99wScDrU2XpGP2lWfZ8vzZxijy5PDElK y/lBFeBZna60ToyhZvZOJUi0KWDDyyLl5+8/SQtz2DanhahJs8qZ9yiGlaf/RFcsCsrt CWMqRfYd41tN0QSqz4rWaUKWiHSsM37fYU4R5inWpPkfRIxHJgJqHb36C2rVvlrwF1Qh 4ZlGQiFKFYnLc3tHflETUS98g/WzQUlVm6wEjlLv1hiBoNQmlwWU7AyjaKYFHcUEWUSa DV9qvv4p8gn2KpXe9QapeqTZV4pypjJlKrk8PXw9AbBR3AY0UX1E84swfeu/1RrUui1N iX6A== X-Gm-Message-State: AOAM532buPp/BGCHoTxLAqEntoIKp6MARbGFcwIRvfzkPyyybMiCEPsJ MxmflzQZjQS0J28gOCbkFlmNdjwzQSY8gFlTV3FckmZMecSw9A== X-Google-Smtp-Source: ABdhPJxuwWh589fm0K0OYeNtRr1NMW7w+1uQ5RSALEVmoc5H49gNI1EsZKaItJvRyLmqIzDZTu4A9QKa7e+bog3WIek= X-Received: by 2002:a2e:461a:: with SMTP id t26mr568627lja.198.1632757527213; Mon, 27 Sep 2021 08:45:27 -0700 (PDT) MIME-Version: 1.0 From: =?UTF-8?B?R2luw6lzIEdhcmPDrWEgQXZpbMOpcw==?= Date: Mon, 27 Sep 2021 17:45:15 +0200 Message-ID: Subject: Issues Cross compiling DPDK To: users@dpdk.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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 Hi, I'm trying to cross-compile DPDK using the information provided here (56. Installing DPDK Using the meson build system =E2=80=94 Data Plane Development Kit 21.11.0-rc0 documentation ) but, after running "meson build --cross-file config/defconfig_x86_64-native-linux-icc" I'm getting the following error: - configparser.MissingSectionHeaderError: File contains no section headers. - dpdk/config/defconfig_x86_64-native-linux-icc', line: 6 'CONFIG_RTE_MACHINE=3D"native"\n' 1st workaround: Compiling directly at the destination machine with "make install T=3Dx86_64-native-linux-icc" works. Any ideas about how to solve it? Regards, Gin=C3=A9s.