S Shark6969 Occasional Visitor Jun 17, 2018 #1 Any idea how to get ascii2uni binary for the Asus Merlin firmware. Thanks
R ryzhov_al Very Senior Member Jun 17, 2018 #2 Download or compile appropriate toolchain (mipsel can be taken here), Unpack ascii2uni sources, Run configure script from unpacked folder: Code: CC=/path/to/mipsel-linux-gcc ./configure If no any error messages appeared, run make to compile ascii2uni binary.
Download or compile appropriate toolchain (mipsel can be taken here), Unpack ascii2uni sources, Run configure script from unpacked folder: Code: CC=/path/to/mipsel-linux-gcc ./configure If no any error messages appeared, run make to compile ascii2uni binary.