From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f180.google.com (mail-pd0-f180.google.com [209.85.192.180]) by dpdk.org (Postfix) with ESMTP id D711E12A8 for ; Fri, 9 Jan 2015 18:14:17 +0100 (CET) Received: by mail-pd0-f180.google.com with SMTP id fl12so18458043pdb.11 for ; Fri, 09 Jan 2015 09:14:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=xuH1zONyGMXewg2+B7u7/rtHXH67ZeT8647zyECZARs=; b=DJEgQBv7MwKGQJhFD+2lXliIsP8FV9ipff7/iiMxoI5WQIhTdFEaNsFNznSfCJswhq 6wOu78AaCUVS+3+Ib6gZLZTw7ETsvPF5GURLoCQzSy8CLnBCR2IDy2wcK4tPKoqjx6AF hgsJM/d1OpF/GyMPRFk5dhhcduYsG1g63ghxfNMBAOr6BTpqmFHUtf3SLEXmjbmErfCl DkZ0JJnZzRb70cqOALsov2HPokrxz/11Bp17CeBRevRuzC8Ab1gHfnNgA9qU2b9ENKaU 19F81saVasM06lPRnGKmbjCZ7kchv49JUS36nuW+uloaOTVUq8UOzTlEN07vf6EThcdd 933Q== MIME-Version: 1.0 X-Received: by 10.68.191.101 with SMTP id gx5mr25558829pbc.108.1420823656974; Fri, 09 Jan 2015 09:14:16 -0800 (PST) Received: by 10.70.114.233 with HTTP; Fri, 9 Jan 2015 09:14:16 -0800 (PST) Date: Fri, 9 Jan 2015 09:14:16 -0800 Message-ID: From: Ravi Kerur To: "dev@dpdk.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] Cross-compilation of bsdapp on Ubuntu 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: Fri, 09 Jan 2015 17:14:18 -0000 Hi, Has anyone successfully cross compiled bsdapp on Ubuntu or other linux flavor? From the Linux documentation I see "To compile all 64-bit targets using gcc, use: make install T=x86_64*gcc" which makes me believe that bsdapp can be cross-compiled. I am trying to understand what GNU libraries and other toolchain related installation has to be done on Linux in order to get bsd successfully compiled. Inputs appreciated. Thanks, Ravi