• error: #28 expression must have a constant value
    I have used the trail and full Uvision3 ARM compiler. The following code produces the error 'expression must have a constant value' at the indicated position below. The same code compiled on about...
  • error: #28 expression must have a constant value
    I have used the trail and full Uvision3 ARM compiler. The following code produces the error 'expression must have a constant value' at the indicated position below. The same code compiled on about...
  • compile time constant expressions
    Note: This was originally posted on 12th March 2009 at http://forums.arm.com I am seeing code like this generated from the armcc v4.0 compiler (just downloaded it a couple hours ago):   MOV r0,#5   CLZ...
  • compile time constant expressions
    Note: This was originally posted on 12th March 2009 at http://forums.arm.com I am seeing code like this generated from the armcc v4.0 compiler (just downloaded it a couple hours ago):   MOV r0,#5   CLZ...
  • [Compiler BUG] error: #70: incomplete type is not allowed
    I'm porting a logger framework to KEIL arm compiler. Unfortunatly I get an error: logging/Logger.h(90): error: #70: incomplete type is not allowed But to my knowledge, there should not be...