This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC 4.8 build


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@google.com> wrote:
> On Wed, Mar 27, 2013 at 11:46 AM, Kalai Rajah N <kalairajah@gmail.com> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]