• 8051 replacement for Hitachi H8/330
    Hallo, May be somebody know 8051 MCUs that possibly could replace the Hitachi H8/330? I don't need direct replacement or fully pins compatible but at least all pins function of the H8/330 are covered...
  • 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...
  • ARM compiler 6 availablity at 32 bit version
    Hi Experts, It seems like ARM compiler 6 available only in 64 bit version. As I am using 32 bit machine when it could be expected for 32 bit machine ?
  • ARM Compiler 6.11 bug: weak variable debug info error
    Bug founded on the new ARM Compiler 6.11 release, not before. a.cpp: [[gnu::weak]] int var_a = 0; int main(int argc, char const *argv[]) { return var_a; } b.cpp: int var_a = 1; build...
  • How to rename sections using ARM Compiler 6 tools?
    I'm making XEN hypervisor being able to be built with ARM Compile 6 (6.6.3 in particular). While the hypervisor sources are compiled with armclang and linked with armlink into functional binary, some...