• LINKER ERROR: Argument list too long
    We have a program with many obj and when we invoke the linker gives us this error: Argument list too long We environment is: ARM DS-5 Professional Edition Version: 5.19.1 Build number: 5191005 ARM1176JZF...
  • LINKER ERROR: Argument list too long
    We have a program with many obj and when we invoke the linker gives us this error: Argument list too long We environment is: ARM DS-5 Professional Edition Version: 5.19.1 Build number: 5191005 ARM1176JZF...
  • Realview: Long Long types
    I am trying to port some code over to a LPC2378 ARM-7 MCU that makes use of "long long" variables. I have not been getting any compiler errors over variables being declared as "long long" but when I...
  • Realview: Long Long types
    I am trying to port some code over to a LPC2378 ARM-7 MCU that makes use of "long long" variables. I have not been getting any compiler errors over variables being declared as "long long" but when I...
  • Function with different types of arguments
    Hello! In the program, I decided to redo some of the functions and added the structure: typedef struct { GPIO_TypeDef * GPIOx; uint16_t PINx; }GPIO_PINdef; Previously, the function looked like...