From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121493 invoked by alias); 21 Apr 2018 14:44:14 -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 121478 invoked by uid 89); 21 Apr 2018 14:44:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:457 X-HELO: mx1.redhat.com Received: from mx3-rdu2.redhat.com (HELO mx1.redhat.com) (66.187.233.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 21 Apr 2018 14:44:13 +0000 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id AC0A2406C788; Sat, 21 Apr 2018 14:44:11 +0000 (UTC) Received: from host1.jankratochvil.net (unknown [10.36.118.9]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 0FFAE2026E04; Sat, 21 Apr 2018 14:44:10 +0000 (UTC) Date: Sat, 21 Apr 2018 20:13:00 -0000 From: Jan Kratochvil To: Ran Shalit Cc: gdb Subject: Re: Is it required to compile all libraries with toolchain used with gdb ? Message-ID: <20180421144408.GA1906204@host1.jankratochvil.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.2 (2017-12-15) X-SW-Source: 2018-04/txt/msg00011.txt.bz2 On Sat, 21 Apr 2018 15:20:26 +0200, Ran Shalit wrote: > Is it required to compile all libraries with same toolchain which > created the gdb/gdbserver. No. It is recommended to use GCC as this is what has been used==tested most with GDB. It does not matter which toolchain is used for GDB/gdbserver as long as they run (again the highest probability of success is with GCC). Jan