This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: can gcc compile from memory buffer?


On 8/28/07, jonatan perry <jonatan44@gmail.com> wrote:

> can I give to gcc in some way buffer (C code) from memory and let him
> compile it?

No, but GCC can read from stdin (you will need to use -x to specify
the language).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]