From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2lp0205.outbound.protection.outlook.com [207.46.163.205]) by dpdk.org (Postfix) with ESMTP id CD850B364 for ; Thu, 10 Jul 2014 23:53:06 +0200 (CEST) Received: from BY2PR05CA004.namprd05.prod.outlook.com (10.242.32.34) by SN2PR0501MB845.namprd05.prod.outlook.com (25.160.14.143) with Microsoft SMTP Server (TLS) id 15.0.985.8; Thu, 10 Jul 2014 21:53:23 +0000 Received: from BN1AFFO11FD039.protection.gbl (2a01:111:f400:7c10::107) by BY2PR05CA004.outlook.office365.com (2a01:111:e400:2c2a::34) with Microsoft SMTP Server (TLS) id 15.0.985.8 via Frontend Transport; Thu, 10 Jul 2014 21:53:22 +0000 Received: from mx.danahertm.com (192.65.42.18) by BN1AFFO11FD039.mail.protection.outlook.com (10.58.52.243) with Microsoft SMTP Server (TLS) id 15.0.980.11 via Frontend Transport; Thu, 10 Jul 2014 21:53:21 +0000 Received: from US-BV-EXC02-P.global.tektronix.net (128.181.11.8) by US-BV-EXE01-P.global.tektronix.net (128.181.15.45) with Microsoft SMTP Server (TLS) id 14.3.146.0; Thu, 10 Jul 2014 14:53:17 -0700 Received: from US-BV-EXM01-P.global.tektronix.net ([fe80::9c2d:8d3b:4ab3:6368]) by US-BV-EXC02-P.global.tektronix.net ([fe80::910:1a5f:7ea5:a469%11]) with mapi id 14.03.0169.001; Thu, 10 Jul 2014 14:53:20 -0700 From: "Daniel, Christopher" To: "dev@dpdk.org" Thread-Topic: Error while inserting module /build/kmod/igb_uio.ko Thread-Index: Ac+ciJCMdDLktBKASfeWfARAkgXEmQ== Date: Thu, 10 Jul 2014 21:53:20 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [129.196.200.217] MIME-Version: 1.0 X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:192.65.42.18; CTRY:US; IPV:NLI; IPV:NLI; EFV:NLI; SFV:NSPM; SFS:(6009001)(438002)(189002)(199002)(20776003)(512954002)(64706001)(229853001)(50986999)(83322001)(81342001)(76482001)(22756004)(44976005)(84326002)(79102001)(46102001)(81542001)(19580395003)(15975445006)(86362001)(19300405004)(55846006)(66066001)(2656002)(2351001)(71186001)(80022001)(107046002)(16236675004)(85852003)(19625215002)(83072002)(92566001)(99396002)(85306003)(74662001)(77096002)(74502001)(54356999)(4396001)(77982001)(15202345003)(92726001)(95666004)(33656002)(6806004)(107886001)(16796002)(106466001)(31966008)(87936001)(21056001)(110136001); DIR:OUT; SFP:; SCL:1; SRVR:SN2PR0501MB845; H:mx.danahertm.com; FPR:; MLV:sfv; PTR:mx.danahertm.com; MX:1; A:1; LANG:en; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID: X-Forefront-PRVS: 0268246AE7 Received-SPF: Pass (: domain of flukenetworks.com designates 192.65.42.18 as permitted sender) receiver=; client-ip=192.65.42.18; helo=mx.danahertm.com; Authentication-Results: spf=pass (sender IP is 192.65.42.18) smtp.mailfrom=Chris.Daniel@flukenetworks.com; X-OriginatorOrg: flukenetworks.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] Error while inserting module /build/kmod/igb_uio.ko 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: Thu, 10 Jul 2014 21:53:07 -0000 All, I have the following configuration on my machine Linux localhost.localdomain 3.12.6 #4 SMP Fri Dec 27 14:26:57 EST 2013 x86_= 64 x86_64 x86_64 GNU/Linux : Centos 1) Downloaded the latest version of DPK ( 1.7); 2) Executing the quick start instructions ( running gcc 4.7.x) 3) Having an issue with # insmod build/kmod/igb_uio.ko I am getting insmod: error inserting './build/kmod/igb_uio.ko': -1 Unknown symbol in mod= ule dmesg: igb_uio: Unknown symbol __fentry__ (err 0) Please let me know what I'm missing. Thanks Chris