jamark1969
New Member
Hi all
I'm using arrays in the Multisim 8051 MCU facility in C code and it's throwing up 4 linker errors:
Error: : 0 psect "rbss" exceeds address limit: 08Ch > 080h
Error: : 0 psect "rdata" exceeds address limit: 08Ch > 080h
Error: : 0 psect "irdata" exceeds address limit: 08Ch > 080h
Error: : 0 psect "idata" exceeds address limit: 08Ch > 080h
I've attached my c code to this post.
Can anyone explain what this means, please?
I'm using arrays in the Multisim 8051 MCU facility in C code and it's throwing up 4 linker errors:
Error: : 0 psect "rbss" exceeds address limit: 08Ch > 080h
Error: : 0 psect "rdata" exceeds address limit: 08Ch > 080h
Error: : 0 psect "irdata" exceeds address limit: 08Ch > 080h
Error: : 0 psect "idata" exceeds address limit: 08Ch > 080h
I've attached my c code to this post.
Can anyone explain what this means, please?