• Welcome to SCdev.org. Please log in.

Welcome to the new SCdev forums!

devkitpro ASM question?

Started by bitblt, February 01, 2006, 06:33:25 AM

Previous topic - Next topic

bitblt

Anyone here have experience getting the devkitpro tool chain to emit asm source files for the code generated by the c compiler?  I remember the HAM tool chain did this by default.  It should be in the make file but I can't seem to find the setting.  Thanks in advance for any advice.

bitblt

Anyone . . .

(faint sound of a cricket chirp)

ratx

I don't know how devkit pros makefiles work but the GCC flag is -S
which generates just a .s file. I imagine you can hack that into a makefile without too much trouble.

bitblt