Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] outputType of tool is .c file

Try calling it .h instead.
---
Derek

Delicia wrote:
Hi,
One of the tools in my toolchain generates a .c file as output.
This .c file is then used in sources (using #include...)
Since the file has a .c extension, the 'C compiler' tool goes ahead & compiles this to a .o
This step should not happen in my case.
I end up getting link time errors due to this.
Is there any way I can stop the C compiler from building this output .c file? Thankyou,
Delicia.


------------------------------------------------------------------------

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top