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 EC4C8A04CC; Mon, 21 Sep 2020 16:03:18 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1B3461DA7A; Mon, 21 Sep 2020 16:02:28 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id B92EB1DA53 for ; Mon, 21 Sep 2020 16:02:21 +0200 (CEST) IronPort-SDR: v9V27QteX9aFIIhEqUidAhEkctpHDNjak9ejO+60OUXvy0l4lCeImOpHTNzuYlu3TbclRWzmiQ JLohiGOll/EA== X-IronPort-AV: E=McAfee;i="6000,8403,9750"; a="148038617" X-IronPort-AV: E=Sophos;i="5.77,286,1596524400"; d="scan'208";a="148038617" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Sep 2020 07:02:19 -0700 IronPort-SDR: F9uctip/gDGKUmsAXYELERcBNdYvlmd0MoJVgLR13ozmUANoY8iz4OWQsi1uo5QokNGtF8QII5 m/4trXzGyPpA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,286,1596524400"; d="scan'208";a="510082838" Received: from silpixa00399953.ir.intel.com (HELO silpixa00399953.ger.corp.intel.com) ([10.237.222.53]) by fmsmga006.fm.intel.com with ESMTP; 21 Sep 2020 07:02:17 -0700 From: Ciara Power To: dev@dpdk.org Cc: Ciara Power , Bruce Richardson , John McNamara , Marko Kovacevic Date: Mon, 21 Sep 2020 14:59:15 +0100 Message-Id: <20200921135931.13355-5-ciara.power@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200921135931.13355-1-ciara.power@intel.com> References: <20200807123009.21266-1-ciara.power@intel.com> <20200921135931.13355-1-ciara.power@intel.com> Subject: [dpdk-dev] [PATCH v5 04/20] doc: remove references to make from FreeBSD guide X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Make is no longer supported for compiling DPDK, references are now removed in the documentation. Signed-off-by: Ciara Power Acked-by: Bruce Richardson --- doc/guides/freebsd_gsg/build_dpdk.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/freebsd_gsg/build_dpdk.rst b/doc/guides/freebsd_gsg/build_dpdk.rst index e31c966b98..1e5a8cfe9e 100644 --- a/doc/guides/freebsd_gsg/build_dpdk.rst +++ b/doc/guides/freebsd_gsg/build_dpdk.rst @@ -122,7 +122,7 @@ up time. This can be achieved by placing lines similar to the following into An error such as:: - kldload: can't load ./x86_64-native-freebsd-gcc/kmod/contigmem.ko: + kldload: can't load .//kernel/freebsd/contigmem.ko: Exec format error is generally attributed to not having enough contiguous memory -- 2.17.1