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).