The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > High Level Programming
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 04-03-2008
madteckhead madteckhead is offline
Registered User
 

Join Date: Apr 2008
Posts: 2
Exclamation GDB make error: for m68xx toolchain

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???
Reply With Quote
Forum Sponsor