• Linker Listing Description?
    Where can I find a fully detailed description of the contents of a BL51 listing (map) file? Both the manual, and http://www.keil.com/support/docs/1676.htm provide just a very basic overview of only...
  • Complete list of all Compiler and Linker error messages
    Hi guys, I tried to find a list of all compiler and linker error messages with detailed explanations, but was not able to find one. Is such a document available for RealView MDK? Best regards...
  • 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...
  • C51, Linker, list of variables as pile up in memory
    Hi I found a bug in my code, a for was out of range and overwriting the variables after the wanted one. i.e. uint8_t xdata globalMyVar[4]; for ( ii = 0; ii < 20; ii++ ) { globalMyVar[ii...
  • list of Warnings
    Hi, When comiling my source I get following warning : warning: #546-D: transfer of control bypasses initialization of: I have this warning in a switch statement. Where can I find a complete...