• Reentrant function whose arguments are located to absolute addr
    I defined a reentrant function with 4 long arguments like this (excerpt from the lst) 21 unsigned long func0(unsigned long a, unsigned long b, unsigned long c, unsigned long d) large reentrant 22 ...
  • Reentrant function whose arguments are located to absolute addr
    I defined a reentrant function with 4 long arguments like this (excerpt from the lst) 21 unsigned long func0(unsigned long a, unsigned long b, unsigned long c, unsigned long d) large reentrant 22 ...
  • Object attributes not compatible with the provided cpu and fpu attributes
    Hi, I am having another issue here, wish to get some help. I have some object code built by TI tool, cl470 for ARM7, when I include the objects in the uVision project and compiled, the Keil tool...
  • Object attributes not compatible with the provided cpu and fpu attributes
    Hi, I am having another issue here, wish to get some help. I have some object code built by TI tool, cl470 for ARM7, when I include the objects in the uVision project and compiled, the Keil tool...
  • Combining function attributes in C
    Hello everyone, Can anyone help me how do I combine function attributes? I need to use __attribute__(used) and __attribute__(section("xuz")) function attributes while defining a function. Thanks...