Discussion Forum

How to create Absolute Hex File

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
Abdul Wahab
Posted
27-Sep-2001 02:10 GMT
Toolset
C51
New! How to create Absolute Hex File
Hi All
May anyone of you help me how to create absolue Hex file. when i compile a programm i'll the hex file but when i run any Hex to bin converter to convert the hex file into the binary, it give an error message that the hex file is not absolute.
does anyone have any idea what the problem is and how to solve it.
best regards
Abdul Wahab
Read-Only
Author
Andrew Neil
Posted
27-Sep-2001 19:37 GMT
Toolset
C51
New! RE: How to create Absolute Hex File
The Keil Assembler & Compiler generate relocatable object files; you must use the Linker to create an absolute object, even if your project has only one source file.
It's all explained in the manuals.

Next Thread | Thread List | Previous Thread Start a Thread | Settings