Questions tagged [greenhills]

Green Hills Software is a company which makes tools and operating systems for embedded platforms.

Green Hills Software is a company which makes tools and operating systems for embedded platforms. Their flagship products include:

  • the Multi compiler/debugger suite
  • the Integrity real-time OS
  • the µ-velOSity real-time microkernel
  • hardware debugging probes
62 questions
-3
votes
1 answer

Is it possible to do preprocessing evaluation with something different than a numeric constant using GreenHills?

I am trying to do the following evaluation: In my header file (define value can change): #define X ((void *) 0) In my function: uint8_t foo() { uint8_t value = 0; #if ( X != 0 ) value = 1; #endif return value; } When I compile the code…
mareiou
  • 404
  • 2
  • 11
-4
votes
2 answers

Integrity RTOS \ Multi Compiler

In Windows I can see any variable I declared in a namespace from outside of that namespace, but when it comes to Multi compiler, it is so strict, if you declared some variable in let say namespace X, you must access that variable only in namespace…
Burak
  • 29
  • 7
1 2 3 4
5