hex2bin
hex2bin copied to clipboard
hex2bin converts an Intel hex file to binary
Results
3
hex2bin issues
Sort by
recently updated
recently updated
newest added
I am having the following error when compiling on ubuntu: ``` /usr/bin/ld: libcrc.o:(.bss+0x0): multiple definition of `crc_table'; hex2bin.o:(.bss+0x1e8): first defined here collect2: error: ld returned 1 exit status make: ***...
Tested on: - Ubuntu 22.04.3 LTS, gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 - Debian GNU/Linux 12 (bookworm), gcc (Debian 12.2.0-14) 12.2.0 - MacOS Sonoma 14.1.2 (23B92), Apple clang version 15.0.0 (clang-1500.1.0.2.5)