From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4524 invoked by alias); 4 Apr 2008 02:21:28 -0000 Received: (qmail 4515 invoked by uid 22791); 4 Apr 2008 02:21:28 -0000 X-Spam-Check-By: sourceware.org Received: from sd-green-dreamhost-133.dreamhost.com (HELO webmail1.sd.dreamhost.com) (208.97.187.133) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 04 Apr 2008 02:21:11 +0000 Received: from webmail.madteckhead.dreamhosters.com (localhost [127.0.0.1]) by webmail1.sd.dreamhost.com (Postfix) with ESMTP id 785032C16D for ; Thu, 3 Apr 2008 19:21:09 -0700 (PDT) Received: from 210.49.88.189 (SquirrelMail authenticated user me@madteckhead.dreamhosters.com) by webmail.madteckhead.dreamhosters.com with HTTP; Fri, 4 Apr 2008 12:21:09 +1000 (EST) Message-ID: <64034.210.49.88.189.1207275669.squirrel@webmail.madteckhead.dreamhosters.com> Date: Fri, 04 Apr 2008 02:43:00 -0000 Subject: GDB make error: for m68xx toolchain From: "Nathan K" To: gdb@sourceware.org Reply-To: me@madteckhead.dreamhosters.com User-Agent: SquirrelMail/1.4.10a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes 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 X-SW-Source: 2008-04/txt/msg00035.txt.bz2 Hi people who have more of an idea about this than me, For Uni we have to compile for the m68hc11. So I've set about setting up the toolchain so I can work at home as indicated here. My problem is a make error when compiling GDB make[1]: *** No rule to make target `-lm', needed by `gdb'. Stop. make: *** [all-gdb] Error 2 I'm running os x, gcc 3.3.5 (using gcc_select), gdb-6.2 with 68hc patch as indicated on GCC 68HC11 & 68HC12 Sources Installation I think this might be referring to the math library, but I'm not sure what to do about it. perhaps add a config option or edit make file??? Thanks in advance for any pointers, Nathan