|
|
Building with GCCYou will need the same tools and sources to build with GCC as you would use to build with Studio. The only requirements are:
You will need to set some or all of the following environment variables (your nightly(1) env file is the best place for this):
You should also include Otherwise you should follow the usual build instructions included with the release notes for your build. When building ON, you can just set the __GNUC variable in your environment (see Makefile.master) and try to build whatever you're interested in. Something like:
This works because we use the compiler wrapper (cw). Do NOT set $(CC), ever! Note that __GNUC and __GNUC64 are described in the Developer's Reference Guide. |