Am 24.02.2011 18:17, schrieb Eric Schulte:
> Hello,
> 
> I'm hoping to generate a compiled text asm file (gcc -S) of the busybox
> executable.  I've looked at scripts/showasm, but it uses objdump the
> output of which could not (easily) then be edited and linked to generate
> an executable.
> 
> I've spend a good deal of time mucking around in the Makefile, but
> having never fully felt comfortable with Makefiles even in relatively
> simple cases, the busybox Makefile is largely opaque to me.
> 
> If anyone can offer a suggestion, or point me in the right direction I
> will be very appreciative.  Once I get this working if there is any
> interest I would be happy to wrap it up in a script which could be
> included in scripts/ -- although I'm not sure that such functionality
> would be generally useful.
> 
> Thanks -- Eric
> 

hi Eric,
i am not sure what you want to archive but --save-temps will keep all
tmp files including asm. (see: man 1 gcc)

re,
 wh
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to