• Removing comments from source code changes *.o, *.map, *.axf files
    Compiling for STM32F103CB using Keil MDK-ARM v4.10 This is proving to be a major pain this afternoon, but we have discovered a crazy bug in the Keil compiler. If we remove some comments (e.g...
  • Removing comments from source code changes *.o, *.map, *.axf files
    Compiling for STM32F103CB using Keil MDK-ARM v4.10 This is proving to be a major pain this afternoon, but we have discovered a crazy bug in the Keil compiler. If we remove some comments (e.g...
  • // Commenting \
    I am writing a header file with a series of #define statements, and since I use the '(' & ')' to surround many-many things, I comment these parenthesis pairings to ensure the correct matching set with...
  • // Commenting \
    I am writing a header file with a series of #define statements, and since I use the '(' & ')' to surround many-many things, I comment these parenthesis pairings to ensure the correct matching set with...
  • Hello, currently I am migrating my project from keil 4 to keil 5 and came along the error : #pragma anon_unions is a arm compiler 5 extension. I've made it as a comment now. Is commenting the right thing...