* ronnym...@aol.com schrieb am 30.10.2009:

> Is there some way to output a .hex file instead if the .ihx that SDCC 
> creates by default?  

I build my projects in the following way:

$ sdcc -c Module1.c
$ sdcc -c Module2.c
$ sdcc Main.c Module1.rel Module2.rel
$ packihx Main.ihx > Main.hex

HTH René

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to