This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

need a compiler which can support code size upto 128KB

Hello. my name is santosh. i need some help in selecting a compiler. i am developing an embedded application which is crossing 64KB code size and i am using AT89C51RE2 microcontroller which is having (will support) 128 Kbytes of on-chip ROM (code memory).
My problem is, when i am compiling the code, target is not created i.e. hex file is not generating, becoz my compiler supports maximum 64 KBytes. So, plz suggest me a right compiler which should support uoto 128 Kbytes and also tell me how i obtain from keil.

Thanks and regards,
santosh.

Parents
  • I have, most often seen 'application', when talking small embedded, applied to ALL the code.

    Getting rid of printf() etc WILL save codespace (in 99% of cases) going 'small' WILL save codespace compared to 'large'. There are more ways than these, but the main point is:
    "the '51 ain't no PC"

    Erik

Reply
  • I have, most often seen 'application', when talking small embedded, applied to ALL the code.

    Getting rid of printf() etc WILL save codespace (in 99% of cases) going 'small' WILL save codespace compared to 'large'. There are more ways than these, but the main point is:
    "the '51 ain't no PC"

    Erik

Children