Green Hills ARM Compiler has no #print directive?



Green Hills users,

We have recently been converting from ARC processor to ARM
processor. The ARC compiler allows inclusion of #print directives to
output messages during compiling. e.g.

#if defined(RED)
#print red is defined
#elif defined(BLUE)
#print blue is defined
#else
#print neither red nor blue.
#endif

The old compiler printed messages when #print is encountered.

My associate says the compiler doesn't like the #print directive.

Is there a Green Hills equivalent preprocessor command?

He couldn't find it.

Rufus




.



Relevant Pages

  • Re: Green Hills ARM Compiler has no #print directive?
    ... We have recently been converting from ARC processor to ARM ... The ARC compiler allows inclusion of #print directives to ... #print blue is defined ... The old compiler printed messages when #print is encountered. ...
    (comp.arch.embedded)
  • Re: closing unit=5 and unit=6 and print *
    ... output messages to the screen dos console window. ... After some reading, it seems to me if I've understood it correctly, that unit numbers 5 and 6 are used for screen or device driven input and output in f77. ... As g77 has not been maintained for some time, correction of such a problem in that compiler is not to be expected. ...
    (comp.lang.fortran)