Unix object file format(*.O)

Erik Mouw J.A.K.Mouw@its.tudelft.nl
Fri Feb 4 09:52:00 GMT 2000


On Fri, 04 Feb 2000 11:48:03 -0500, alain chicoine wrote:
> I'm looking for the file format of unix object file (*.O) to be able to
> turn them in Intel Hex format (*.HEX)

No need to look, objcopy can generate them directly:

  objcopy -o ihex foo.o foo.hex

will do the trick. Objcopy can be found in the GNU binutils.


Erik

-- 
J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department
of Electrical Engineering, Faculty of Information Technology and Systems,
Delft University of Technology, PO BOX 5031,  2600 GA Delft, The Netherlands
Phone: +31-15-2785859  Fax: +31-15-2781843  Email J.A.K.Mouw@its.tudelft.nl
WWW: http://www-ict.its.tudelft.nl/~erik/





More information about the Gcc mailing list