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

Popular posts from this blog

1111. appearing after print sequence - php -

excel - I can't get the attachement of the email PHP -

node.js - Express and Redis - If session exists for this user, don't allow access -