From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 118302 invoked by alias); 30 Jan 2019 07:41:22 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 118284 invoked by uid 89); 30 Jan 2019 07:41:22 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=H*r:sk:mail-pg, HX-HELO:sk:mail-pg X-HELO: mail-pg1-f170.google.com Received: from mail-pg1-f170.google.com (HELO mail-pg1-f170.google.com) (209.85.215.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 30 Jan 2019 07:41:21 +0000 Received: by mail-pg1-f170.google.com with SMTP id w7so9973035pgp.13 for ; Tue, 29 Jan 2019 23:41:21 -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 :content-transfer-encoding; bh=4+Y4af5JU9eiZ6Em8E5rFrnSWD0vIKOp97mQyfgPA5g=; b=Uy5RFBwq8yEwls0s5+QFOzyeA+Ko/+eWoQLtv52yPOXAdNH/gIvvCgaGlCJmiMj0Ox ZIvw1IqtnpL1/59/4bTEkHKklCqKqfNWfblJEC+hzEGvk1jQ1iIkTllIl8y+3sWg3t/C bIplfFpbQgnXMjcbmd8HC9WFA9VOsLeqlQrD8ctBwXCEH1BH6QdtF1n3+wK7QnXby92J 7q31F9tjS5Lu6qToHkIwdZNp+vKDevLXJKKhZZUDtCJnSUVjuP8ac4KiQ54YL0Dj9FXZ PEinMR/gHodziFh6RPHBa6uGyTH8CLQL6JkWSCyTpgj5ricAw+SA7Pdxhj5oLpQ8FLXp iIKg== MIME-Version: 1.0 From: =?UTF-8?Q?=C3=96mer_Sinan_A=C4=9Facan?= Date: Wed, 30 Jan 2019 07:41:00 -0000 Message-ID: Subject: Buildling gdb on Ubuntu 18.04 To: gdb Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2019-01/txt/msg00037.txt.bz2 I'm trying to build gdb from git on Ubuntu 18.04 to see if some of the bugs= I'm observing with machine interface of 8.1.0.20180409-git are fixed in the development version. I got a few different errors before but with some help= from people on the IRC channel I was able to make progress, and current status is this: https://gist.github.com/osa1/4548c5bc2d167541557e0a349944eb00 Does anyone have any ideas on how to move from there? Kernel version on Ubu= ntu 18.04: 4.15.0-44-generic Thanks =C3=96mer