FreeBSD Manual Pages
CSCC(1) General Commands Manual CSCC(1) NAME cscc - CScout C compiler front end SYNOPSIS cscc [gcc(1) options] DESCRIPTION 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. EXAMPLE 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 SEE ALSO cscout(1), csmake(1) AUTHOR (C) Copyright 2006-2019 Diomidis Spinellis. 13 April 2019 CSCC(1)
NAME | SYNOPSIS | DESCRIPTION | EXAMPLE | SEE ALSO | AUTHOR
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=cscc&sektion=1&manpath=FreeBSD+Ports+15.0>
