With porting me program from SDCC to Keil I got rid of all
compiler errors and now I am having me this linker error L250 (CODE
SIZE LIMIT IN RESTRICTED VERSION EXCEEDED) and I do not know what I
am doing wrong.
The selected chip is an AT89C51
In the target options I did:
Memory Model Large: variables in XDATA
Code Rom Size Large 64K program
operating system none
Off- chip code memory start size
Eprom 0x0000 0x7FFF
Off chip Xdata memory 0x8000 0x7FFF
My uVision v
↧