• Uninitialized variables is getting assigned to DATA section instead of BSS section in ARM Compiler 6.6
    Uninitialized variables is getting assigned to DATA section instead of BSS section in ARM Compiler 6.6. How to resolve this other than placing the variable in .bss.<section_name>? Is there any other...
  • Rename projects
    Hi! Is it possible to rename projects? How do I do this?
  • How to rename a uVision4 project?
    Hi, many times i need to rename an existing project due to some derived project. I'm using the uVision4 IDE. Now I just create a new project and copy all sourcefiles and project settings...
  • Renaming New Group
    I am using uVision to create a new project for the SiLabs Gecko processor. I have added a New Group but but can't find a way of renaming i.e. it remains ad "New Group" Anyone got any ideas? ...
  • ARM Compiler 6 compiles data only C file with SoftVFP attribute.
    I'm making XEN hypervisor being able to be built with ARM Compile 6 (6.6.3 in particular). During the work, it was discovered a weird armclang compiler beahviour. When compiling a C file with only a...