Page 2 of 2

Posted: Mon Feb 05, 2007 2:28 pm
by DSguru2B
you can try g++ - O file.c to create its object file. I think :roll:
As Ray pointed out, try it out.

Posted: Mon Feb 05, 2007 5:39 pm
by vijayrc
DSguru2B wrote:you can try g++ - O file.c to create its object file. I think :roll:
As Ray pointed out, try it out.
You can also used a Build-OP stage and do whatever you intend to do with simple C Programming.