From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by sourceware.org (Postfix) with ESMTP id D7FCF384B826 for ; Mon, 1 Feb 2021 14:46:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D7FCF384B826 Received: from vapier (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2643E340815; Mon, 1 Feb 2021 14:46:45 +0000 (UTC) Date: Mon, 1 Feb 2021 09:46:44 -0500 From: Mike Frysinger To: Andrew Burgess Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 01/11] sim/rx: define sim_memory_map Message-ID: Mail-Followup-To: Andrew Burgess , gdb-patches@sourceware.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-5.2 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Feb 2021 14:46:47 -0000 On 01 Feb 2021 11:44, Andrew Burgess wrote: > The rx simulator doesn't build due to sim_memory_map not being > defined. Define it now to return NULL, this can be extended later to > return an actual memory map if anyone wants this functionality. i build every sim port, and rx was/is building fine for me. nothing in the sim refers to the sim_memory_map, so it failing to build is a bit surprising. do you mean gdb is failing to link instead ? i don't always try to build those for ports as not all have gdb ports. -mike