Green Hills ARM Compiler has no #print directive?
- From: "Rufus V. Smith" <nospam@xxxxxxxxxx>
- Date: Tue, 5 Jun 2007 14:23:57 -0400
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
.
- Follow-Ups:
- Re: Green Hills ARM Compiler has no #print directive?
- From: Chris Hills
- Re: Green Hills ARM Compiler has no #print directive?
- From: Pete Fenelon
- Re: Green Hills ARM Compiler has no #print directive?
- Prev by Date: Re: GUI interface to an embedded system
- Next by Date: Re: GUI interface to an embedded system
- Previous by thread: GUI interface to an embedded system
- Next by thread: Re: Green Hills ARM Compiler has no #print directive?
- Index(es):
Relevant Pages
|