• ZI-data too big
    Hi, I have the following BIG structure: typedef struct { BYTE c_re[3]; int c_gnrl; float c_time[2]; BYTE c_cmm[13]; int c_cmm_p[2]; BYTE c_ext[10]; int c_ext_p[10]; int c_stp[50][3...
  • Program too big to fit
    We have a embedded software project running on 80C51. We meet tight code size issue to fit in 64KB. We wants to use optimize option in C compiler. But when we add ot(6,size) in makefile, the DOS promopt...
  • Development for AT91RM9200
    Hello! i have got the AT91RM9200 (an evaluation kit). i want to start development ovr it but by using some linux kernal. can any body tell me how to start. how to make my application patch it...
  • RV produce image too big
    Can someone tell me, which of Keil CARM and RealView generate smaller code? The problem is, RTOS (FreeRTOS) compiled with RV is so much larger than it would with CARM, beyond belief. Actually...
  • ERROR 172 - SEGMENT TOO BIG
    I am currently struggling through a "segment too big" problem when compiling a particular ".c" file. When I first received the error it reported an "Act=156, Max=128". I then moved all variable declarations...