This is the mail archive of the gcc@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: Generating object files from translation unit dumps?


"Rajeev Joshi" <rjvjsh@hotmail.com> writes:

> Is there a way to generate an object file from
> a translation unit dump?

Well, it sorts of depends upon what you mean by a translation unit
dump, but the answer is almost certainly no.  Sorry.

You can use gcc -E to generate preprocessed code, but that probably
isn't what you're looking for.

Ian


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