Eclipse Binary output problem

hi,

i am trying to program my mcu using lpc flash utility and sdk4arm,

problem is-- output is generated in binary file, i want it in hex format, so that i can use lpc2000 flash utility.

is there any other way i might program it?

like lpc flash utility that takes bin input?

or eclipse output configuration for hex output?

please help

The way I generally change the binary output from GNUARM to hex is how Jim Lynch does it in his tutorials:

arm-elf-objcopy -O ihex

thanx,

its working, but i am facing new problems.

standard c header files(stdlib,string etc) are not working, ( i m not using cygwin- amontec sdk4arm instead).

should i download gcc library?