I tried to run make NM=<binutils_nm> and I'm hitting my earlier problem of erroring out due to systemtap issue. It seems that systemtap requires the elfutils nm, while the morestack compilation prefers the binutils nm. Seems like a catch-22 situation. On Wed, Mar 27, 2013 at 12:40 PM, Ian Lance Taylor <iant@xxxxxxxxxx> wrote: > On Wed, Mar 27, 2013 at 11:46 AM, Kalai Rajah N <kalairajah@xxxxxxxxx> wrote: >> thanks for the details. Can I specify the particular nm that I need to >> use when compiling gcc. If this is possible, I can point to the >> binutils nm atleast to continue with the build. > > You can use > make NM=mynm > >> Regarding the bug, I'm new to filing bugs and will require inputs on >> which tool to file it against. > > I don't know either. > > Ian