• xdata xref
    I have looked, and looked for a means of having the linker list the ADDRESSES of my data, idata and xdata variables, but not found one. How do I get it Erik
  • xdata xref
    I have looked, and looked for a means of having the linker list the ADDRESSES of my data, idata and xdata variables, but not found one. How do I get it Erik
  • stdout vs. sterr
    Hi all, Do the lateste Keil tools (C166, A166, L166, etc.) print warnings and errors to stderr? Our current version (3.12) doesn't do so. My makefiles redirect stdout to a log file but when a warning...
  • stdout vs. sterr
    Hi all, Do the lateste Keil tools (C166, A166, L166, etc.) print warnings and errors to stderr? Our current version (3.12) doesn't do so. My makefiles redirect stdout to a log file but when a warning...
  • redirect stdout in C++
    Hi, I use RealView MDK_ARM I want to define a functionpointer in the __FILE struct (stdio.h). By changing this functionpointer in my mainprogram I can redirect stdout to some device. To do...