• Linker Warning
    Greetings, Within my serial receive interrupt routine I'm getting a linker warning dealing with a printf statement. My code and the warning are shown below: void serial_int() interrupt 4...
  • Linker warning
    Note: This was originally posted on 22nd October 2010 at http://forums.arm.com Hey all, While linking my object files using armlink, I get the following warnings :- Warning: L6221E: Execution region Region_3...
  • Linker warning
    Note: This was originally posted on 22nd October 2010 at http://forums.arm.com Hey all, While linking my object files using armlink, I get the following warnings :- Warning: L6221E: Execution region Region_3...
  • Linker Warning
    Greetings, Within my serial receive interrupt routine I'm getting a linker warning dealing with a printf statement. My code and the warning are shown below: void serial_int() interrupt 4...
  • Dangerous Linker Warning
    The Keil linker generates a warning if a section is located outside the class area. This is somewhat dangerous because the project is built even it might not work on the hardware! Is there any way...