From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 82ED53784 for ; Tue, 8 Dec 2015 10:25:55 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 08 Dec 2015 01:25:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,398,1444719600"; d="scan'208";a="867026255" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga002.jf.intel.com with ESMTP; 08 Dec 2015 01:25:53 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 8 Dec 2015 01:25:53 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.83]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.92]) with mapi id 14.03.0248.002; Tue, 8 Dec 2015 17:25:51 +0800 From: "Qiu, Michael" To: "thomas.monjalon@6wind.com" Thread-Topic: [dpdk-dev] Compile error with CONFIG_RTE_BUILD_COMBINE_LIBS=y Thread-Index: AdExhzh6l9eSXwBxR5OtGdL5WCV9lg== Date: Tue, 8 Dec 2015 09:25:51 +0000 Message-ID: <533710CFB86FA344BFBF2D6802E6028621B963B2@SHSMSX101.ccr.corp.intel.com> References: <533710CFB86FA344BFBF2D6802E6028621B9605C@SHSMSX101.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] Compile error with CONFIG_RTE_BUILD_COMBINE_LIBS=y X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Dec 2015 09:25:56 -0000 My mistake. please ignore this issue.=0A= =0A= Thanks,=0A= Michael=0A= =0A= On 2015/12/8 15:08, Qiu, Michael wrote:=0A= > Hi, Thomas=0A= >=0A= > I see you recently merged one commit:=0A= >=0A= > commit 8f1c704fb0f1b867471fc692ed2c0fc5610831e2=0A= > Author: Thomas Monjalon =0A= > Date: Tue Dec 8 01:50:17 2015 +0100=0A= >=0A= > mk: fix external library build when combine is enabled=0A= > =0A= > The object files are copied to prepare the internal combined library.= =0A= > It must be disabled when building an external library.=0A= > =0A= > It has been seen because the directory was missing:=0A= > examples/ethtool/lib/x86_64-native-linuxapp-gcc/build/lib:=0A= > No such file or directory=0A= > =0A= > Signed-off-by: Thomas Monjalon =0A= >=0A= > It lead compile error when open CONFIG_RTE_BUILD_COMBINE_LIBS.=0A= >=0A= > See below:=0A= >=0A= > make -j install T=3Dx86_64-native-linuxapp-gcc=0A= >=0A= > ...=0A= >=0A= > CC pipeline_acl.o = =0A= > = =0A= > [1491/1853]=0A= > CC parameters.o=0A= > CC macfwd-retry.o=0A= > CC testpmd.o=0A= > CC macswap.o=0A= > CC macfwd.o=0A= > CC rxonly.o=0A= > CC flowgen.o=0A= > CC txonly.o=0A= > CC csumonly.o=0A= > CC icmpecho.o=0A= > CC mempool_anon.o=0A= > LD cmdline_test=0A= > CC test.o=0A= > CC commands.o=0A= > CC test_pci.o=0A= > CC test_prefetch.o=0A= > CC test_byteorder.o=0A= > CC test_per_lcore.o=0A= > CC test_atomic.o=0A= > cmdline_test.o: In function `main':=0A= > cmdline_test.c:(.text.startup+0xc): undefined reference to=0A= > `cmdline_stdin_new'=0A= > cmdline_test.c:(.text.startup+0x1c): undefined reference to=0A= > `cmdline_interact'=0A= > cmdline_test.c:(.text.startup+0x24): undefined reference to=0A= > `cmdline_stdin_exit'=0A= > commands.o: In function `cmd_quit_parsed':=0A= > commands.c:(.text+0x4): undefined reference to `cmdline_quit'=0A= > commands.o: In function `cmd_single_parsed':=0A= > commands.c:(.text+0x1b): undefined reference to `cmdline_printf'=0A= > commands.o: In function `cmd_single_long_parsed':=0A= > commands.c:(.text+0x2b): undefined reference to `cmdline_printf'=0A= > commands.o: In function `cmd_autocomplete_1_parsed':=0A= > commands.c:(.text+0x3b): undefined reference to `cmdline_printf'=0A= > commands.o: In function `cmd_autocomplete_2_parsed':=0A= > commands.c:(.text+0x4b): undefined reference to `cmdline_printf'=0A= > commands.o: In function `cmd_num_parsed':=0A= > commands.c:(.text+0x60): undefined reference to `cmdline_printf'=0A= > commands.o:commands.c:(.text+0x7b): more undefined references to=0A= > `cmdline_printf' follow=0A= > commands.o: In function `cmd_clear_history_parsed':=0A= > commands.c:(.text+0xb5): undefined reference to `rdline_clear_history'=0A= > commands.o:(.data+0x90): undefined reference to `cmdline_token_string_ops= '=0A= > commands.o:(.data+0xe0): undefined reference to `cmdline_token_string_ops= '=0A= > commands.o:(.data+0x130): undefined reference to `cmdline_token_string_op= s'=0A= > commands.o:(.data+0x150): undefined reference to `cmdline_token_string_op= s'=0A= > commands.o:(.data+0x1a0): undefined reference to `cmdline_token_string_op= s'=0A= > commands.o:(.data+0x1c0): more undefined references to=0A= > `cmdline_token_string_ops' follow=0A= > commands.o:(.data+0x210): undefined reference to `cmdline_token_num_ops'= =0A= > commands.o:(.data+0x260): undefined reference to `cmdline_token_string_op= s'=0A= > commands.o:(.data+0x2b0): undefined reference to `cmdline_token_string_op= s'=0A= > commands.o:(.data+0x300): undefined reference to `cmdline_token_string_op= s'=0A= > commands.o:(.data+0x350): undefined reference to `cmdline_token_string_op= s'=0A= > commands.o:(.data+0x3a0): undefined reference to `cmdline_token_string_op= s'=0A= >=0A= > ....=0A= >=0A= >=0A= >=0A= > Thanks,=0A= > Michael=0A= >=0A= =0A=