My new server 2014-05-20 2.8K Just bought a 2nd hand HP server (8core + 16GB ram), cost me $2630 HKD. One 1TB 2.5" hard disk…
Analyst android ELF dependency-graph by elf-dependency-walker 2014-05-13 4.2K Someone asked me in email about using elf-dependency-walker to analyst library or executable in linux. I found out android is…
solved : compile error in ffmpeg "error: invalid combination of opcode and operands" 2014-05-13 7.3K I am using ubuntu 12.04 64 bits and trying compile ffmpeg and got this error: libavfilter/x86/vf_pullup.asm:59: error: invalid combination of…
sox and ffmpeg (convert hls into live hls) usage 2014-05-08 4K These are the basic usage of SOX This script will convert ffmpeg HLS into "live streaming HLS" The above script…
newlib's reentrant system calls will map to non-reentrant by default 2014-05-04 4.3K newlib's reentrant system calls will map to non-reentrant by default. The reentrant version of open() can be found in newlib-2.1.0/newlib/libc/reent/openr.c…
gcc, binutils and newlib can all be compiled at once. 2014-05-03 3.5K gcc, binutils and newlib can all be compiled at once. This article http://www.embecosm.com/appnotes/ean9/ean9-howto-newlib-1.0.pdf said gcc, binutils and newlib are from the same source…