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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

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

android - How to create dynamically Fragment pager adapter -