• compiler crash instead of error in macro definition usage
    I am using C51 compiler V7.50 I don't know if this 'works' on other versions however I was able to crash the compiler by this 'silly' macro usage // causes compiler to crash #define WORD_SIZE(N)...
  • compiler crash instead of error in macro definition usage
    I am using C51 compiler V7.50 I don't know if this 'works' on other versions however I was able to crash the compiler by this 'silly' macro usage // causes compiler to crash #define WORD_SIZE(N)...
  • Macro fails at compile
    Hello, I am creating the MAKELONG, HIWORD, LOWORD like in Window's C programming. However, when I create the macro's below I get the error message that follows. Anyone have any suggestions...
  • Macro fails at compile
    Hello, I am creating the MAKELONG, HIWORD, LOWORD like in Window's C programming. However, when I create the macro's below I get the error message that follows. Anyone have any suggestions...
  • STM32F4 DFP ARM Compiler 6 __packed Macro Replacement
    Hi, I am migrating my project from Compiler 5 to Compiler 6. While doing this, I found out that in stm32f4xx_hal_def.h, the Macro re-definition of __pakced does not actually comply with armclang...