• CARM 1.3 bug?
    I've port C source from C51 to CARM but CARM compiler seem has bug in comparison. #include <lpc210x.h> //DKARM 1.3h //---------- //AA MACRO ASSEMBLER V0.10a //CA ARM COMPILER V0.10a //LA ARM LINKER...
  • CARM & bitfields in a structure : is this a bug ?
    typedef struct { int query_zone:4; }statusrequest_t; statusrequest_t state; state.query_zone=8; if ( state.query_zone==8) printf("The result matches n=%i n\r",state.query_zone); else printf("This...
  • Convert CARM compiled obj to RealView?
    Is it somehow possible to convert pre-compiled obj libraries that were originally compiled with CARM for use with the current RealView versions? I am working with an Arm development board that inlcudes...
  • Converting from CARM to RV-Compiler
    Hello, I have been using the CARM-Compiler together with the ARM-STR710FZ2 controller. Now I want to convert this project to the RV-Compiler. How can I use the malloc and sizof function to work...
  • carm versus realview
    We are noot happy with the current switch over to realview. We have a far advanced project, and the switch over is not easy. All the project settings are gone, the library's seems almost impossible to...