missing .hex file after make (mios32 toolchain -tutorials) -solved

I work thru the tutorials that are locatetd in the midibox toolchain.

 

I use ubuntu, when i enter following lines into the linux console:

cd /home/wermitgeht/mios32/apps/tutorials/001_forwarding_midi

make

it builds this:

 

what i got is an .bin, elf, file

 

I want to upload that application on my LPC1769 core, with mios studio - but mios studio wants .hex

(on the core is up to now a SEQV4 application)

 

do I need some kind of converter?

or do I need change something in the “make”-thing - & how to change that.

Your snapshot clearly shows the project.hex file (between mios32_config.h and Makefile), where is the problem?

 

Best Regards, Thorsten.

:pinch: autsch

 

I thougt that it would apear in the folder project_built & the hex file outside where prebuild

after have a look on the others tutorials I see there is no prebuild hexfile in - it

 

ok got it - thankz - phat