See also, Mkheader, Synopsis – HP R4.2 User Manual

Page 572

Advertising
background image

A

Summary of Commands

mkheader

UCS 1000 R4.2 Administration 585-313-507

Issue 3 April 2000 533

Normally mkAlerter produces

#line

directives, which are used by the C

compiler to report where errors are detected during compilation. While these
are good during the compiling phase, they mislead most debuggers and
make debugging difficult. The

-l

option suppresses the

#line

directives and is

recommended when the debugging phase includes the use of a process
debugger, such as sdb or pi.

It is also possible to specify variable assignments that appears in the make
file via the X=Y syntax. Of particular interest is CC=CC, which also causes
mkAlerter

to generate C++ code rather than C code.

See Also

readAlerterDesc

mkheader

The mkheader command allocates user memory for script variables.

Synopsis

mkheader <application name>

Advertising