GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
CSCC(1) FreeBSD General Commands Manual CSCC(1)

cscc - CScout C compiler front end

cscc [gcc(1) options]

cscc is a wrapper around gcc. commands. When invoked instead of gcc, it will compile the specified file(s) in the same way as gcc would do. As a side-effect it will monitor the invocation of gcc(1) and record its environment and arguments. With those data it will generate a CScout project specification that can be used to process the file(s) that were compiled. The project specification is saved into a file named make.cs.

The following commands are often the only ones required to process a few C files.

cscc example.c
cscout make.cs

If you want to use cscc with another C compiler, prepend CC=compiler-name to the cscc invocation, as shown in the following example.

CC=x86_64-w64-gcc cscc

cscout(1), csmake(1)

(C) Copyright 2006-2019 Diomidis Spinellis.
13 April 2019

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.