This is the mail archive of the gcc-bugs@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]

[Bug target/69685] GCC cross compiler build failed


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69685

Georg-Johann Lay <gjl at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gjl at gcc dot gnu.org

--- Comment #3 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
(In reply to Pieter Cardoen from comment #2)
> How do you mean: appending -v? The only command I execute is: 

Above, you pasted a call of xgcc.  Add -v -save-temps to that command and
execute it from the right directory.  Usually make prints the directory where
it stops execution due to some tool error; this will be some libgcc multilib
directory.  The -save-temps gives you a preprocessed input file fixed-bit.i
(provided it's not the preprocessor that hangs).

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