When I try to specify -save-temps in my kbuild-style Makefile, I get this message during the build:
gcc: warning: -pipe ignored because -save-temps specified
In addition, the temporary files don't seem to be generated. Or at least, I can't find them.
What is the best way to get kbuild-style Makefiles to generate assembly listings?
-- Timur Tabi Staff Software Engineer timur.tabi@xxxxxxxxxxx
-- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/