Topic : Why am I getting error 107 on ?BI?<projectname>?

Forum : 8051

Original Post
Post Information Post
February 14, 2019 - 3:36pm
Lloyd Slonim

Dear compiler experts,

I am running the 8051 compiler, RKit-51 6.20.17.0263

I get these messages during link:

***ERROR 107: ADDRESS SPACE OVERFLOW
   -SEGMENT: ?BI?RIDE7PORTTEST(RIDE7PORTTEST)
IGNORED SEGMENT
    ?BI?RIDE7PORTTEST (Size=000CH.1)

I don't think I have too many bits defined, this is a ported project from another compiler and it fits in an 8051. This is the info from the compiler:

MODULE INFORMATION:   STATIC OVERLAYABLE
   CODE SIZE        =   35963    ----
   CONSTANT SIZE    =    980    ----
   XDATA SIZE       =   13687     491
   PDATA SIZE       =   ----    ----
   DATA SIZE        =     78    ----
   IDATA SIZE       =   ----    ----
   BIT SIZE         =     97    ----
END OF MODULE INFORMATION.

Thanks for any guidance,

Lloyd