• error C172: '?DT?main': segment too big
    I got this message "error C172: '?DT?main': segment too big (act=137, max=128)" when I build my program. I dont know what's the problem can you give me a solution? By the way how can I put code into...
  • error C172: '?DT?main': segment too big
    I got this message "error C172: '?DT?main': segment too big (act=137, max=128)" when I build my program. I dont know what's the problem can you give me a solution? By the way how can I put code into...
  • PDATA segment too big when commenting code
    I have a project that compiles to about 30KB, so it takes a while to load to my 8051. I'm trying to fix a small part, so I commented-out most of my main() routine. The linker now warns me and says it...
  • PDATA segment too big when commenting code
    I have a project that compiles to about 30KB, so it takes a while to load to my 8051. I'm trying to fix a small part, so I commented-out most of my main() routine. The linker now warns me and says it...
  • Overcoming error 172???
    Hi When i type this, struct cmd_pkt{ int type; int OGF; int OCF; int len; unsigned int far data_pkt[256]; }; struct cmd_pkt c_pkt; After I complied it, it prompt me with this error...