On Thu, Aug 16, 2012 at 10:22:51PM +0200, Hardy Griech wrote:
> may I make some minor code "donations"?
> 
> For me "hexout" does not have enough features, because I'm using a "big" 
> MSP430.  Therefor I need correct address extensions.  My implementation 
> of hexout looks like this:
...
> It also handles odd start addresses nicer and adds the ihex termination. 
>   Of course the 16byte width could be coded more nicely...
> 
> Sometimes I also need binary dumps.  My solution:
...
> Of course it must be correctly added at some other places.

Hi Hardy,

Thanks for these. I'll integrate your code with the other bug fixes when
I'm next working on this. The WINAPI problem seems like an easy fix, but
I'll try to verify it before committing anything. I guess anyone trying
to compile with gcc-3 under Cygwin for now could just add:

    #define WINAPI __stdcall

...at the top of drivers/tilib.c.

Cheers,
Daniel

-- 
Daniel Beer <dlb...@gmail.com>    www.dlbeer.co.nz
IRC: inittab (Freenode)    PGP key: 2048D/160A553B

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to