Skip to main content
Visitor II
August 16, 2010
Question

Segment .text size overflow Error

  • August 16, 2010
  • 2 replies
  • 1160 views
Posted on August 16, 2010 at 09:17

Segment .text size overflow Error

    This topic has been closed for replies.

    2 replies

    mahmoodulAuthor
    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 15:09

    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 15:09

    your linker file specifies a maximum size for const+code of 0xf80 bytes, and the code you are compiling is bigger than that: what ''help'' do yo need?