Forum Discussion
Altera_Forum
Honored Contributor
9 years agoELF_TO_HEX_CMD_NO_BOOTLOADER = $(ELF2HEX) --record=4 $< $(mem_start_address) $(mem_end_address) --width=$(mem_hex_width)
$(mem_endianness) --create-lanes=$(mem_create_lanes) $(elf2hex_extra_args) $@ I get the idea from the reply of @erics96 "In the elf2hex converter, there is an option called "--record=<length>" where you can set the maximum number of words per line... Changing my makefiles to use --record=4 created a .hex file that had only 4 bytes per line and produced no warnings."