Discussion Forum

OBJ Format

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

DetailsMessage
Read-Only
Author
Thomas Freudi
Posted
14-Aug-2001 08:36 GMT
Toolset
C51
New! OBJ Format
Which OBJ File Format is Keil using ? OMF ?

Thanks freudi
Read-Only
Author
Jim Maidhof
Posted
14-Aug-2001 13:06 GMT
Toolset
C51
New! RE: OBJ Format
If is a 16 bit address, its code 83 Intel format.
Should be described in the Utilities Users Guide.
Read-Only
Author
Jon Ward
Posted
14-Aug-2001 23:49 GMT
Toolset
C51
New! RE: OBJ Format
Check http://www.keil.com/support/docs/93.htm.

Jon
Read-Only
Author
Sven Petersen
Posted
15-Aug-2001 06:28 GMT
Toolset
C51
New! RE: OBJ Format
OMF51


Find the definition here:
http://www.keil.com/download/dlf.asp?ID=omf51.zip
Read-Only
Author
Thomas Freudi
Posted
15-Aug-2001 08:51 GMT
Toolset
C51
New! RE: OBJ Format Thanks
Thank you all I got a development kit for an RF-Scanner with some 8051 inside It inlcudes only objectfiles ( By you I know now it is OMF51 Format)
I have linked it now and got some warnings (not errors) about unresolved external symbols. For example ?c?memset, but only in the obj-files if i use memset in my c-prog everything is fine ? I can run my program on friday to see if it is really a problem or not.
Do you have any suggestions ?

Thanks for your help
freudi

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