• Identify Storage of String Literals in Mapfile
    Is it possible to identify the storage of String Literals from the mapfile? I asume they will be in the ?CO? segment for the module? eg, void func( void ) { code unsigned int NumConst = 1; printf...
  • Structured Project Directories
    I find that having a "standard" project directory with sub-directories for all projects to be of great value. I do not know what others have done when they start a new project, but I can tell you...
  • .axf file not found in project directory
    Logs : .axf - 1 Error(s), 837 Warning(s). I am trying to build a project exported from ARM mbed online compiler. I am getting error .axf - 1 Error(s), 837 Warning(s). .axf file is not present...
  • In which sequence f_readdir function reads directory entries?
    Suppose there are 3 files (abc.jpg, test.bmp and xyz.png) in SD card. When I use the f_readdir function, I understood that it does not retrieve the files in alphabetical order. So in which sequence it...
  • No such file or directory
    Note: This was originally posted on 17th May 2013 at http://forums.arm.com Hello, While using DS5 to build my project, I get the following error: fatal error: xyz.h: No such file or directory I know that...