• Macro guard not working
    Hello everyone, I am having problem with a multiple public definition: ERROR L104: MULTIPLE PUBLIC DEFINITIONS SYMBOL: currenpacketbeingsampled MODULE: DataSampling.obj (DATASAMPLING) DEFINED...
  • Macro guard not working
    Hello everyone, I am having problem with a multiple public definition: ERROR L104: MULTIPLE PUBLIC DEFINITIONS SYMBOL: currenpacketbeingsampled MODULE: DataSampling.obj (DATASAMPLING) DEFINED...
  • Leading underscore in variable name
    Hi, I try to investigate a program written by a former collegue. An 8-bit dipswitch is connected to the microcontroller address/data bus. Two variables are declared in an assembler file: public...
  • Leading underscore in variable name
    Hi, I try to investigate a program written by a former collegue. An 8-bit dipswitch is connected to the microcontroller address/data bus. Two variables are declared in an assembler file: public...
  • GCC 9 stack protector comparing address of stack guard not value
    Hi, I have been testing GCC stack protector on bare metal Cortex-M4 using gcc-arm-none-eabi-9-2020-q2-update and have observed a difference in emitted instructions versus the last GCC 8.x release. ...