gcc cross compiler to dump RTL file -
i using gcc cross compiler arm-elf-gcc-4.4.2. can compile normally; however, when want view intermediate file adding -fdump-final-insns
, gives me following error:
cc1.exe: error: unrecognized command line option "-fdump-final-insns"
is there other way dump intermediate file?
Comments
Post a Comment