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

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -