can any one tell me how can i get a hex file from a object (.o) (file obtained from compilation of a ".c" file)
kumar pk wrote: > > > can any one tell me how can i get a hex file > from a object (.o) (file obtained from compilation of a ".c" file) Use something like : objcopy -O ihex -S program.elf program.hex
Reply
Please log in before posting.