This is not an mspgcc bug, but behavior from upstream gcc.

gcc 4.4.x does not recognize -save-temps=obj, but -save-temps does
create .ii files.

gcc 4.5.x creates .ii files with -save-temps, but not with -save-temps=obj.

gcc 4.6.x creates .ii files with both -save-temps and -save-temps=obj.

Peter

On Tue, Aug 30, 2011 at 7:11 AM, aliko <ali.tli...@gmail.com> wrote:
> Why preprocessed *.ii files do not generated when using -save-temps=obj?
> Only *.s files genereted in this case.
> But if I use old -save-temps *.ii files generated. It is very handy to
> have those files plased with *.o files in separate directory and not
> littering main project directory...
> I've tried on all latest toolchains with patches and without...
> Thanks in advance..
>
>
> ------------------------------------------------------------------------------
> Special Offer -- Download ArcSight Logger for FREE!
> Finally, a world-class log management solution at an even better
> price-free! And you'll get a free "Love Thy Logs" t-shirt when you
> download Logger. Secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsisghtdev2dev
> _______________________________________________
> Mspgcc-users mailing list
> Mspgcc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users
>

------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to