generate .o files from compiler instead of .obj files

1.1k Views Asked by At

I am working in an embedded project. target : ppc compiler : windriver Host environment : windows 10 build generator : cmake, MinGW makefiles

during compilation i see .c.obj getting generated. I want .o instead of .c.obj. How to do this? am I have to enable any flags for it ?

0

There are 0 best solutions below