bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #31361] MinGW make inexplicably invokes as.exe


From: Adam J Richardson
Subject: [bug #31361] MinGW make inexplicably invokes as.exe
Date: Mon, 18 Oct 2010 12:22:59 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.8 (KHTML, like Gecko) Ubuntu/10.04 Chromium/7.0.529.0 Chrome/7.0.529.0 Safari/534.8

Follow-up Comment #1, bug #31361 (project make):

I found the random filename elsewhere in the results file. Looks like cc1plus
produces Assembler output in a temp location and then as compiles it into
machine code. Ok, so that's how the build system works. Fine.

Invoking cc1plus by hand, I find the Assembler output in the temporary
location. So maybe this is a cc1plus problem rather than a make problem. Or is
it? I'm confused now.

Is there a way to get more output from cc1plus? I need to find out why the
command doesn't produce the Assembler output when called by make. I think it's
a make problem because cc1plus works fine when I use Code::Blocks to do the
compiling. (Code::Blocks does not use make, it calls cc1plus directly.)


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?31361>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]