I always get the following error while tring to run oh51 tool. C:\Keil\C51\BIN>oh51 main.obj OBJECT TO HEX FILE CONVERTER OH51 V2.6 COPYRIGHT KEIL ELEKTRONIK GmbH 1991 - 2001 GENERATING INTEL HEX FILE: main.hex *** ERROR: UNKNOWN RECORD TYPE 0FH *** OH51 ABORTED.
Is MAIN.OBJ generated from the C51 compiler? IF so, you need to LINK the object file to fix-up absolute addresses and to include the startup code and to include any library routines that you have used. The output from the link (which is an absolute object module) may then be used to generate a HEX file. Jon
can you show me one example on DOS command line string Format ! Thanks in advance !!
can you show me an example on DOS command line ? Thanks .
"can you show me an example on DOS command line" Example of what? Have you read the appropriate Manual(s) and/or helpfile(s) and/or 'readme' file(s)?