From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt0-f172.google.com (mail-qt0-f172.google.com [209.85.216.172]) by dpdk.org (Postfix) with ESMTP id 735691B316 for ; Mon, 5 Feb 2018 07:16:12 +0100 (CET) Received: by mail-qt0-f172.google.com with SMTP id c2so38257721qtn.9 for ; Sun, 04 Feb 2018 22:16:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=YeVyn0fiaRjRgSbHzwPNu91zGteYPVcRiiRsFXaiMsc=; b=JvDFNTg0o7Ooie0tnBqjkpp3Qn3KUJAung6jrE7zNVUgAqFG0aJxcx7UCpz8Sr5gek vjRuiQHoWO8GT7eiHhWuHOvCeWZMAr8K6uROu+Ex4RUX8fT5Ky4+c9u6G9BvSOTbp6iV r3WxH5WsoLtkeUkz3J+6Hczan7E9CyGcN6iYqHfhC1glMJirUXg0Ym6oMT34/oXFrtgH r54Ci7XqoikKw6mCRWicz2SA8XsEQqc+Xbdoag9cmLvaSvKnQV8ZxZQCYCutUenqQpQD XnLs2K5gRLJ+sbXCclCzviFW02jH6itJb9tsa95EVhIKWnfUUNKgdq+ChZwCNdNdPvSL 8+8g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=YeVyn0fiaRjRgSbHzwPNu91zGteYPVcRiiRsFXaiMsc=; b=XVcCUgcgNiVgMD+63KMNcSIoVtSZJQx+kbrOGnsZ2A/NkWPREhSd0Lbzs7tPfzFV95 Z58rcx6LShN8+g2KutZBiJk5+J4b07410uVZLVJIH+1vMRn+3C6ORvtm5cDZMpPNTMuI EsHrJ2yGXErNnGBJfvUbCIP2wIax9tBLoRTior2mLa/L/M4ZAqDPuimrNEPgKjFLk/K1 H4jjECE0l2H7peNNUc0F5B5/NSKcGmb0Dh+vBbecd+CPGzM36uhtdn9mPMpUWFzA5l/8 OfR3msceel6DhvxZH0GUpkZKigekmb3ptmurtldlYO/ZQ2UEQXoYMHJCgXwv0ShT7hzw aKOg== X-Gm-Message-State: APf1xPA6YP8xiAzKPALbW1QT8DkjR4Uqe5rFmnhdqMO8f/3/TJ07s3qL 2FWPdrdRtUKnS3kP6gJXbb9kaPXOPy24aW+jd7FpuQ== X-Google-Smtp-Source: AH8x2278IpTqhP30xWpLdq5IQrdxHUS2hhIuVRWykAXb/K1PstJ0igghmpwlHJ8A5LoUJ+HEY2AvtrGUG16+OPJqdMU= X-Received: by 10.237.43.70 with SMTP id p64mr1495349qtd.208.1517811371667; Sun, 04 Feb 2018 22:16:11 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.162.3 with HTTP; Sun, 4 Feb 2018 22:16:11 -0800 (PST) From: sharanya k Date: Mon, 5 Feb 2018 11:46:11 +0530 Message-ID: To: users@dpdk.org Content-Type: text/plain; charset="UTF-8" Subject: [dpdk-users] Getting error while configuring dpdk-reg. X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Feb 2018 06:16:12 -0000 Hi, I have installed dpdk-stable-17.08.1.While configuring dpdk, I tried to set the dpdk environment to build x86_64-native-linuxapp-gcc. But it shows some errors as follows, In file included from /home/ladmin/dpdk-stable-17.08.1/lib/librte_eal/linuxapp/eal/eal.c:57:0: /home/ladmin/dpdk-stable-17.08.1/x86_64-native-linuxapp-gcc/include/rte_debug.h:82:5: warning: "RTE_LOG_LEVEL" is not defined [-Wundef] #if RTE_LOG_LEVEL >= RTE_LOG_DEBUG ^ In file included from /home/ladmin/dpdk-stable-17.08.1/lib/librte_eal/linuxapp/eal/eal.c:58:0: /home/ladmin/dpdk-stable-17.08.1/x86_64-native-linuxapp-gcc/include/rte_memory.h:81:5: warning: "RTE_CACHE_LINE_SIZE" is not defined [-Wundef] #if RTE_CACHE_LINE_SIZE == 64 ^ /home/ladmin/dpdk-stable-17.08.1/x86_64-native-linuxapp-gcc/include/rte_memory.h:83:7: warning: "RTE_CACHE_LINE_SIZE" is not defined [-Wundef] #elif RTE_CACHE_LINE_SIZE == 128 ^ /home/ladmin/dpdk-stable-17.08.1/x86_64-native-linuxapp-gcc/include/rte_memory.h:86:2: error: #error "Unsupported cache line size" #error "Unsupported cache line size" ^ In file included from /home/ladmin/dpdk-stable-17.08.1/lib/librte_eal/linuxapp/eal/eal.c:61:0: /home/ladmin/dpdk-stable-17.08.1/x86_64-native-linuxapp-gcc/include/rte_eal.h:85:35: error: \u2018RTE_MAX_LCORE\u2019 undeclared here (not in a function) enum rte_lcore_role_t lcore_role[RTE_MAX_LCORE]; /**< State of cores. */ Can you please help me to rectify this error. Regards, sharanya