• identical compiles produce different size images
    our units use dual images for upgrade safety which only differ in address locations. each image uses the same source with project files (.uvproj) that only change the scatter file used for linking...
  • identical compiles produce different size images
    our units use dual images for upgrade safety which only differ in address locations. each image uses the same source with project files (.uvproj) that only change the scatter file used for linking...
  • 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...
  • 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...
  • 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...