Hi All: i want to make my P89c51RD2 program to work on the P89c669 Controller, and I had tried to create the project for NXP p89c669 controller with the help of uvision 2 IDE, now i am facing probelem in linker. Its throws an error like this.
CLASSES: EDATA (0x7F0000 - 0x7F04FF) *** ERROR L 212 : I/O ERROR ON LISTING FILE: EXCEPTION 0029H : ACCES TO FILE DENIED FILE : TEST.MAP
I had changed the ROM as HUGE 8MB size in Project - Option For Target1 - Target - Code ROM Size Derivatives, and what are the things need to be change for make the compiler to support the 51MX type of controller.. Tell me some sugession,
Yes!
All of Keil's manuals are available here: http://www.keil.com/support/man/
They are also installed with the tools: http://www.keil.com/support/man/docs/uv4/uv4_ui_bookstab.htm
Note that there is a "Getting Started" guide in the C51\Hlp\ folder when you install the Keil C51 tools - look for the GS51.chm file...
"there is no line above 25"
I think you are misinterpreting the message:
*** ERROR L 212 : I/O ERROR ON LISTING FILE:
L212 is the error code - not a line number!!
Thanks for your advice Andrew:
it's my anti virus creating the problem, and now it's running fine..