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

Restricted Version Problem

i am using keil Uvision 4. When i try to build the target those are showing.

Build target 'Target 1'
linking...
BL51 BANKED LINKER/LOCATER V6.22 - SN: Eval Version
COPYRIGHT KEIL ELEKTRONIK GmbH 1987 - 2009
"STARTUP.obj",
".\8tx_20jan2017.obj"
TO "TX1"
RAMSIZE(256)
*** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS SEGMENT: ?PR?_DISPALY1?8TX_20JAN2017
******************************************************************************
* RESTRICTED VERSION WITH 0800H BYTE CODE SIZE LIMIT; USED: 0E2DH BYTE (177%) *
******************************************************************************
Program Size: data=121.0 xdata=0 code=4598
LINK/LOCATE RUN COMPLETE. 1 WARNING(S), 0 ERROR(S)
*** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS SEGMENT: ?PR?_DISPALY1?8TX_20JAN2017
*** FATAL ERROR L250: CODE SIZE LIMIT IN RESTRICTED VERSION EXCEEDED MODULE: C:\KEIL\C51\LIB\C51S.LIB (-----) LIMIT: 0800H BYTES
Target not created

what is the solution?

Parents
  • If your school has set you this project, then the school should provide the necessary tools for it.

    Otherwise, part of your job in choosing what microcontroller to use is to ensure that you can access suitable tools for it.

    Note that Silicon Labs, for one, have free Keil tools for their 8051-based microcontrollers...

Reply
  • If your school has set you this project, then the school should provide the necessary tools for it.

    Otherwise, part of your job in choosing what microcontroller to use is to ensure that you can access suitable tools for it.

    Note that Silicon Labs, for one, have free Keil tools for their 8051-based microcontrollers...

Children