Greetings!
For some reason ihex2titext script does not work on my OS X system
(10.4.10, intel).
Following cvs diff describes the change which fixes the problem. This
adds the seek to the beginning of the file in function "fromFile" .
Could somebody please add this to cvs, thank you!
-Panu Kekäläinen
Index: mspgcc/elf.py
===================================================================
RCS file: /cvsroot/mspgcc/python/mspgcc/elf.py,v
retrieving revision 1.1
diff -r1.1 elf.py
202a203
> fileobj.seek(0,0)