Resources
| Sourcery G++ Data Sheet | |
| Register for a Sourcery G++ Evaluation | |
| Buy Sourcery G++ Today! |
Mailing Lists
| Announcements | |
| Discuss |
The Start Menu doesn't provide a way to invoke the compiler. How do I use it?
Question
The Start Menu doesn't provide a way to invoke the compiler. How do I use it?Answer
Sourcery G++ Lite does not include an IDE. The compiler must be
invoked from the command-line. The Windows installer will give you
the option to put the tools in your PATH. You can invoke
the compiler with a command line:
${prefix}-gcc -c file.c
to compile file.c.
This entry was last updated on 3 October 2009.